Html Css Color HEX #95DBAA Chinook

📋 copy color: '#95DBAA'

red 149 ◦ green 219 ◦ blue 170

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

Shades of Chinook #95DBAA

Tints of Chinook #95DBAA

RGB

 RED value IS 149 (58.59% from 255) = 27.7%

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

 BLUE value IS 170 (66.8% from 255) = 31.6%

R = 27.7%
G = 40.71%
B = 31.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#95DBAA (or 0x95DBAA) is known color: Chinook. HEX triplet: 95, DB and AA. RGB value is (149,219,170). Sum of RGB (Red+Green+Blue) = 149+219+170=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DBAA is #6A2455. Grayscale: #C0C0C0. Windows color (decimal): -6956118 or 11197333. OLE color: 11197333.

HSL color Cylindrical-coordinate representation of color #95DBAA: hue angle of 138º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DBAA is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 219 170 -
CMYK 0.32 0 0.22 0.14
HSL 138º 0.49% 0.72% -
HSV(B) 138º 0.32% 0.86% -
XYZ 44.98 59.95 47.23 -
YUV 192.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 149 219 170 0.32 0 0.22 0.14 138 0.49 0.72
Hex 95 DB AA 20 0 16 E 8A 31 48
Octal 225 333 252 40 0 26 16 212 61 110
Binary 10010101 11011011 10101010 100000 0 10110 1110 10001010 110001 1001000

Color Harmonies of #95DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DBAA

Black with #95DBAA

Text Example


Text Example

White with #95DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95DBAA; }

 p { color: rgb(149,219,170); }

 H1.HeaderClassName
 {
   color: #95DBAA;
 }
 .AnyTagClassName
 {
   color: #95DBAA;
 }
</style>

background-color css

<style>
 a { background-color: #95DBAA; }

 a { background-color: rgb(149,219,170); }

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

border-color css

<style>
 span { border-color: #95DBAA; }

 span { border-color: rgb(149,219,170); }

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