Html Css Color HEX #95DFA0 Chinook

📋 copy color: '#95DFA0'

red 149 ◦ green 223 ◦ blue 160

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

Shades of Chinook #95DFA0

Tints of Chinook #95DFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.08%

R = 28.01%
G = 41.92%
B = 30.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#95DFA0 (or 0x95DFA0) is known color: Chinook. HEX triplet: 95, DF and A0. RGB value is (149,223,160). Sum of RGB (Red+Green+Blue) = 149+223+160=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #95DFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DFA0 is #6A205F. Grayscale: #C1C1C1. Windows color (decimal): -6955104 or 10542997. OLE color: 10542997.

HSL color Cylindrical-coordinate representation of color #95DFA0: hue angle of 128.92º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DFA0 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 160 -
CMYK 0.33 0 0.28 0.13
HSL 128.92º 0.54% 0.73% -
HSV(B) 128.92º 0.33% 0.87% -
XYZ 45.13 61.7 42.79 -
YUV 193.69 108.98 96.12 -
System Red Green Blue C M Y K H S L
Decimal 149 223 160 0.33 0 0.28 0.13 128.92 0.54 0.73
Hex 95 DF A0 21 0 1C D 81 36 49
Octal 225 337 240 41 0 34 15 201 66 111
Binary 10010101 11011111 10100000 100001 0 11100 1101 10000001 110110 1001001

Color Harmonies of #95DFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DFA0

Black with #95DFA0

Text Example


Text Example

White with #95DFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,223,160); }

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

background-color css

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

 a { background-color: rgb(149,223,160); }

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

border-color css

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

 span { border-color: rgb(149,223,160); }

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