Html Css Color HEX #96CFA4 Chinook

📋 copy color: '#96CFA4'

red 150 ◦ green 207 ◦ blue 164

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

Shades of Chinook #96CFA4

Tints of Chinook #96CFA4

RGB

 RED value IS 150 (58.98% from 255) = 28.79%

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

 BLUE value IS 164 (64.45% from 255) = 31.48%

R = 28.79%
G = 39.73%
B = 31.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#96CFA4 (or 0x96CFA4) is known color: Chinook. HEX triplet: 96, CF and A4. RGB value is (150,207,164). Sum of RGB (Red+Green+Blue) = 150+207+164=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CFA4 is #69305B. Grayscale: #B9B9B9. Windows color (decimal): -6893660 or 10801046. OLE color: 10801046.

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

Color convert

RGB 150 207 164 -
CMYK 0.28 0 0.21 0.19
HSL 134.74º 0.37% 0.7% -
HSV(B) 134.74º 0.28% 0.81% -
XYZ 41.59 53.79 43.31 -
YUV 185.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 150 207 164 0.28 0 0.21 0.19 134.74 0.37 0.7
Hex 96 CF A4 1C 0 15 13 87 25 46
Octal 226 317 244 34 0 25 23 207 45 106
Binary 10010110 11001111 10100100 11100 0 10101 10011 10000111 100101 1000110

Color Harmonies of #96CFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFA4

Black with #96CFA4

Text Example


Text Example

White with #96CFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CFA4; }

 p { color: rgb(150,207,164); }

 H1.HeaderClassName
 {
   color: #96CFA4;
 }
 .AnyTagClassName
 {
   color: #96CFA4;
 }
</style>

background-color css

<style>
 a { background-color: #96CFA4; }

 a { background-color: rgb(150,207,164); }

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

border-color css

<style>
 span { border-color: #96CFA4; }

 span { border-color: rgb(150,207,164); }

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