Html Css Color HEX #99DBA5 Chinook

📋 copy color: '#99DBA5'

red 153 ◦ green 219 ◦ blue 165

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

Shades of Chinook #99DBA5

Tints of Chinook #99DBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.78%

 BLUE value IS 165 (64.84% from 255) = 30.73%

R = 28.49%
G = 40.78%
B = 30.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#99DBA5 (or 0x99DBA5) is known color: Chinook. HEX triplet: 99, DB and A5. RGB value is (153,219,165). Sum of RGB (Red+Green+Blue) = 153+219+165=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBA5 is #66245A. Grayscale: #C1C1C1. Windows color (decimal): -6693979 or 10869657. OLE color: 10869657.

HSL color Cylindrical-coordinate representation of color #99DBA5: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DBA5 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 219 165 -
CMYK 0.30 0 0.25 0.14
HSL 130.91º 0.48% 0.73% -
HSV(B) 130.91º 0.3% 0.86% -
XYZ 45.26 60.15 44.82 -
YUV 193.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 153 219 165 0.30 0 0.25 0.14 130.91 0.48 0.73
Hex 99 DB A5 1E 0 19 E 83 30 49
Octal 231 333 245 36 0 31 16 203 60 111
Binary 10011001 11011011 10100101 11110 0 11001 1110 10000011 110000 1001001

Color Harmonies of #99DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DBA5

Black with #99DBA5

Text Example


Text Example

White with #99DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,219,165); }

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

background-color css

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

 a { background-color: rgb(153,219,165); }

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

border-color css

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

 span { border-color: rgb(153,219,165); }

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