Html Css Color HEX #97EBA8 Chinook

📋 copy color: '#97EBA8'

red 151 ◦ green 235 ◦ blue 168

#97EBA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #97EBA8

Tints of Chinook #97EBA8

RGB

 RED value IS 151 (59.38% from 255) = 27.26%

 GREEN value IS 235 (92.19% from 255) = 42.42%

 BLUE value IS 168 (66.02% from 255) = 30.32%

R = 27.26%
G = 42.42%
B = 30.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#97EBA8 (or 0x97EBA8) is known color: Chinook. HEX triplet: 97, EB and A8. RGB value is (151,235,168). Sum of RGB (Red+Green+Blue) = 151+235+168=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EBA8 is #681457. Grayscale: #CACACA. Windows color (decimal): -6820952 or 11070359. OLE color: 11070359.

HSL color Cylindrical-coordinate representation of color #97EBA8: hue angle of 132.14º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EBA8 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 235 168 -
CMYK 0.36 0 0.29 0.08
HSL 132.14º 0.68% 0.76% -
HSV(B) 132.14º 0.36% 0.92% -
XYZ 49.54 68.82 47.72 -
YUV 202.25 108.67 91.45 -
System Red Green Blue C M Y K H S L
Decimal 151 235 168 0.36 0 0.29 0.08 132.14 0.68 0.76
Hex 97 EB A8 24 0 1D 8 84 44 4C
Octal 227 353 250 44 0 35 10 204 104 114
Binary 10010111 11101011 10101000 100100 0 11101 1000 10000100 1000100 1001100

Color Harmonies of #97EBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EBA8

Black with #97EBA8

Text Example


Text Example

White with #97EBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97EBA8; }

 p { color: rgb(151,235,168); }

 H1.HeaderClassName
 {
   color: #97EBA8;
 }
 .AnyTagClassName
 {
   color: #97EBA8;
 }
</style>

background-color css

<style>
 a { background-color: #97EBA8; }

 a { background-color: rgb(151,235,168); }

 div.DivClassName
 {
   background-color: #97EBA8;
 }
 .BgClassName
 {
   background-color: #97EBA8;
 }
</style>

border-color css

<style>
 span { border-color: #97EBA8; }

 span { border-color: rgb(151,235,168); }

 td.TdClassName
 {
   border-color: #97EBA8;
 }
 .TagClassName
 {
   border-color: #97EBA8;
 }
</style>