Html Css Color HEX #99DFA5 Chinook

📋 copy color: '#99DFA5'

red 153 ◦ green 223 ◦ blue 165

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

Shades of Chinook #99DFA5

Tints of Chinook #99DFA5

RGB

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

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

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

R = 28.28%
G = 41.22%
B = 30.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#99DFA5 (or 0x99DFA5) is known color: Chinook. HEX triplet: 99, DF and A5. RGB value is (153,223,165). Sum of RGB (Red+Green+Blue) = 153+223+165=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DFA5 is #66205A. Grayscale: #C3C3C3. Windows color (decimal): -6692955 or 10870681. OLE color: 10870681.

HSL color Cylindrical-coordinate representation of color #99DFA5: hue angle of 130.29º 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 #99DFA5 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 223 165 -
CMYK 0.31 0 0.26 0.13
HSL 130.29º 0.52% 0.74% -
HSV(B) 130.29º 0.31% 0.87% -
XYZ 46.32 62.26 45.17 -
YUV 195.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 153 223 165 0.31 0 0.26 0.13 130.29 0.52 0.74
Hex 99 DF A5 1F 0 1A D 82 34 4A
Octal 231 337 245 37 0 32 15 202 64 112
Binary 10011001 11011111 10100101 11111 0 11010 1101 10000010 110100 1001010

Color Harmonies of #99DFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DFA5

Black with #99DFA5

Text Example


Text Example

White with #99DFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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