Html Css Color HEX #99DFAE Chinook

📋 copy color: '#99DFAE'

red 153 ◦ green 223 ◦ blue 174

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

Shades of Chinook #99DFAE

Tints of Chinook #99DFAE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.55%

 BLUE value IS 174 (68.36% from 255) = 31.64%

R = 27.82%
G = 40.55%
B = 31.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#99DFAE (or 0x99DFAE) is known color: Chinook. HEX triplet: 99, DF and AE. RGB value is (153,223,174). Sum of RGB (Red+Green+Blue) = 153+223+174=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DFAE is #662051. Grayscale: #C4C4C4. Windows color (decimal): -6692946 or 11460505. OLE color: 11460505.

HSL color Cylindrical-coordinate representation of color #99DFAE: hue angle of 138º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DFAE is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 223 174 -
CMYK 0.31 0 0.22 0.13
HSL 138º 0.52% 0.74% -
HSV(B) 138º 0.31% 0.87% -
XYZ 47.16 62.6 49.64 -
YUV 196.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 153 223 174 0.31 0 0.22 0.13 138 0.52 0.74
Hex 99 DF AE 1F 0 16 D 8A 34 4A
Octal 231 337 256 37 0 26 15 212 64 112
Binary 10011001 11011111 10101110 11111 0 10110 1101 10001010 110100 1001010

Color Harmonies of #99DFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DFAE

Black with #99DFAE

Text Example


Text Example

White with #99DFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,223,174); }

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

background-color css

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

 a { background-color: rgb(153,223,174); }

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

border-color css

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

 span { border-color: rgb(153,223,174); }

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