Html Css Color HEX #97CFA6 Chinook

📋 copy color: '#97CFA6'

red 151 ◦ green 207 ◦ blue 166

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

Shades of Chinook #97CFA6

Tints of Chinook #97CFA6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.5%

 BLUE value IS 166 (65.23% from 255) = 31.68%

R = 28.82%
G = 39.5%
B = 31.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#97CFA6 (or 0x97CFA6) is known color: Chinook. HEX triplet: 97, CF and A6. RGB value is (151,207,166). Sum of RGB (Red+Green+Blue) = 151+207+166=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #97CFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CFA6 is #683059. Grayscale: #B9B9B9. Windows color (decimal): -6828122 or 10932119. OLE color: 10932119.

HSL color Cylindrical-coordinate representation of color #97CFA6: hue angle of 136.07º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CFA6 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 207 166 -
CMYK 0.27 0 0.20 0.19
HSL 136.07º 0.37% 0.7% -
HSV(B) 136.07º 0.27% 0.81% -
XYZ 41.96 53.96 44.28 -
YUV 185.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 151 207 166 0.27 0 0.20 0.19 136.07 0.37 0.7
Hex 97 CF A6 1B 0 14 13 88 25 46
Octal 227 317 246 33 0 24 23 210 45 106
Binary 10010111 11001111 10100110 11011 0 10100 10011 10001000 100101 1000110

Color Harmonies of #97CFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CFA6

Black with #97CFA6

Text Example


Text Example

White with #97CFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,207,166); }

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

background-color css

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

 a { background-color: rgb(151,207,166); }

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

border-color css

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

 span { border-color: rgb(151,207,166); }

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