Html Css Color HEX #99CFAB Chinook

📋 copy color: '#99CFAB'

red 153 ◦ green 207 ◦ blue 171

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

Shades of Chinook #99CFAB

Tints of Chinook #99CFAB

RGB

 RED value IS 153 (60.16% from 255) = 28.81%

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

 BLUE value IS 171 (67.19% from 255) = 32.2%

R = 28.81%
G = 38.98%
B = 32.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#99CFAB (or 0x99CFAB) is known color: Chinook. HEX triplet: 99, CF and AB. RGB value is (153,207,171). Sum of RGB (Red+Green+Blue) = 153+207+171=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CFAB is #663054. Grayscale: #BABABA. Windows color (decimal): -6697045 or 11259801. OLE color: 11259801.

HSL color Cylindrical-coordinate representation of color #99CFAB: hue angle of 140º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CFAB is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 171 -
CMYK 0.26 0 0.17 0.19
HSL 140º 0.36% 0.71% -
HSV(B) 140º 0.26% 0.81% -
XYZ 42.8 54.34 46.76 -
YUV 186.75 119.11 103.93 -
System Red Green Blue C M Y K H S L
Decimal 153 207 171 0.26 0 0.17 0.19 140 0.36 0.71
Hex 99 CF AB 1A 0 11 13 8C 24 47
Octal 231 317 253 32 0 21 23 214 44 107
Binary 10011001 11001111 10101011 11010 0 10001 10011 10001100 100100 1000111

Color Harmonies of #99CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CFAB

Black with #99CFAB

Text Example


Text Example

White with #99CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99CFAB; }

 p { color: rgb(153,207,171); }

 H1.HeaderClassName
 {
   color: #99CFAB;
 }
 .AnyTagClassName
 {
   color: #99CFAB;
 }
</style>

background-color css

<style>
 a { background-color: #99CFAB; }

 a { background-color: rgb(153,207,171); }

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

border-color css

<style>
 span { border-color: #99CFAB; }

 span { border-color: rgb(153,207,171); }

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