Html Css Color HEX #99D0A3 Chinook

📋 copy color: '#99D0A3'

red 153 ◦ green 208 ◦ blue 163

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

Shades of Chinook #99D0A3

Tints of Chinook #99D0A3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.69%

 BLUE value IS 163 (64.06% from 255) = 31.11%

R = 29.2%
G = 39.69%
B = 31.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#99D0A3 (or 0x99D0A3) is known color: Chinook. HEX triplet: 99, D0 and A3. RGB value is (153,208,163). Sum of RGB (Red+Green+Blue) = 153+208+163=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #99D0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D0A3 is #662F5C. Grayscale: #BABABA. Windows color (decimal): -6696797 or 10735769. OLE color: 10735769.

HSL color Cylindrical-coordinate representation of color #99D0A3: hue angle of 130.91º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99D0A3 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 208 163 -
CMYK 0.26 0 0.22 0.18
HSL 130.91º 0.37% 0.71% -
HSV(B) 130.91º 0.26% 0.82% -
XYZ 42.3 54.53 42.95 -
YUV 186.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 153 208 163 0.26 0 0.22 0.18 130.91 0.37 0.71
Hex 99 D0 A3 1A 0 16 12 83 25 47
Octal 231 320 243 32 0 26 22 203 45 107
Binary 10011001 11010000 10100011 11010 0 10110 10010 10000011 100101 1000111

Color Harmonies of #99D0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D0A3

Black with #99D0A3

Text Example


Text Example

White with #99D0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,208,163); }

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

background-color css

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

 a { background-color: rgb(153,208,163); }

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

border-color css

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

 span { border-color: rgb(153,208,163); }

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