Html Css Color HEX #95E8AB Chinook

📋 copy color: '#95E8AB'

red 149 ◦ green 232 ◦ blue 171

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

Shades of Chinook #95E8AB

Tints of Chinook #95E8AB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.03%

 BLUE value IS 171 (67.19% from 255) = 30.98%

R = 26.99%
G = 42.03%
B = 30.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#95E8AB (or 0x95E8AB) is known color: Chinook. HEX triplet: 95, E8 and AB. RGB value is (149,232,171). Sum of RGB (Red+Green+Blue) = 149+232+171=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E8AB is #6A1754. Grayscale: #C8C8C8. Windows color (decimal): -6952789 or 11266197. OLE color: 11266197.

HSL color Cylindrical-coordinate representation of color #95E8AB: hue angle of 135.9º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E8AB is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 232 171 -
CMYK 0.36 0 0.26 0.09
HSL 135.9º 0.64% 0.75% -
HSV(B) 135.9º 0.36% 0.91% -
XYZ 48.6 67.04 48.91 -
YUV 200.23 111.5 91.46 -
System Red Green Blue C M Y K H S L
Decimal 149 232 171 0.36 0 0.26 0.09 135.9 0.64 0.75
Hex 95 E8 AB 24 0 1A 9 88 40 4B
Octal 225 350 253 44 0 32 11 210 100 113
Binary 10010101 11101000 10101011 100100 0 11010 1001 10001000 1000000 1001011

Color Harmonies of #95E8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E8AB

Black with #95E8AB

Text Example


Text Example

White with #95E8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,232,171); }

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

background-color css

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

 a { background-color: rgb(149,232,171); }

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

border-color css

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

 span { border-color: rgb(149,232,171); }

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