Html Css Color HEX #99EDAC Chinook

📋 copy color: '#99EDAC'

red 153 ◦ green 237 ◦ blue 172

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

Shades of Chinook #99EDAC

Tints of Chinook #99EDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

 BLUE value IS 172 (67.58% from 255) = 30.6%

R = 27.22%
G = 42.17%
B = 30.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#99EDAC (or 0x99EDAC) is known color: Chinook. HEX triplet: 99, ED and AC. RGB value is (153,237,172). Sum of RGB (Red+Green+Blue) = 153+237+172=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EDAC is #661253. Grayscale: #CCCCCC. Windows color (decimal): -6689364 or 11333017. OLE color: 11333017.

HSL color Cylindrical-coordinate representation of color #99EDAC: hue angle of 133.57º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EDAC is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 237 172 -
CMYK 0.35 0 0.27 0.07
HSL 133.57º 0.7% 0.76% -
HSV(B) 133.57º 0.35% 0.93% -
XYZ 50.87 70.32 49.92 -
YUV 204.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 153 237 172 0.35 0 0.27 0.07 133.57 0.7 0.76
Hex 99 ED AC 23 0 1B 7 86 46 4C
Octal 231 355 254 43 0 33 7 206 106 114
Binary 10011001 11101101 10101100 100011 0 11011 111 10000110 1000110 1001100

Color Harmonies of #99EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EDAC

Black with #99EDAC

Text Example


Text Example

White with #99EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,237,172); }

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

background-color css

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

 a { background-color: rgb(153,237,172); }

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

border-color css

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

 span { border-color: rgb(153,237,172); }

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