Html Css Color HEX #97EFAF Chinook

📋 copy color: '#97EFAF'

red 151 ◦ green 239 ◦ blue 175

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

Shades of Chinook #97EFAF

Tints of Chinook #97EFAF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.3%

 BLUE value IS 175 (68.75% from 255) = 30.97%

R = 26.73%
G = 42.3%
B = 30.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#97EFAF (or 0x97EFAF) is known color: Chinook. HEX triplet: 97, EF and AF. RGB value is (151,239,175). Sum of RGB (Red+Green+Blue) = 151+239+175=565 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.73% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #97EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EFAF is #681050. Grayscale: #CDCDCD. Windows color (decimal): -6819921 or 11530135. OLE color: 11530135.

HSL color Cylindrical-coordinate representation of color #97EFAF: hue angle of 136.36º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EFAF is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 239 175 -
CMYK 0.37 0 0.27 0.06
HSL 136.36º 0.73% 0.76% -
HSV(B) 136.36º 0.37% 0.94% -
XYZ 51.37 71.41 51.63 -
YUV 205.39 110.85 89.2 -
System Red Green Blue C M Y K H S L
Decimal 151 239 175 0.37 0 0.27 0.06 136.36 0.73 0.76
Hex 97 EF AF 25 0 1B 6 88 49 4C
Octal 227 357 257 45 0 33 6 210 111 114
Binary 10010111 11101111 10101111 100101 0 11011 110 10001000 1001001 1001100

Color Harmonies of #97EFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EFAF

Black with #97EFAF

Text Example


Text Example

White with #97EFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,239,175); }

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

background-color css

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

 a { background-color: rgb(151,239,175); }

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

border-color css

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

 span { border-color: rgb(151,239,175); }

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