Html Css Color HEX #95E8A8 Chinook

📋 copy color: '#95E8A8'

red 149 ◦ green 232 ◦ blue 168

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

Shades of Chinook #95E8A8

Tints of Chinook #95E8A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.6%

R = 27.14%
G = 42.26%
B = 30.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#95E8A8 (or 0x95E8A8) is known color: Chinook. HEX triplet: 95, E8 and A8. RGB value is (149,232,168). Sum of RGB (Red+Green+Blue) = 149+232+168=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E8A8 is #6A1757. Grayscale: #C8C8C8. Windows color (decimal): -6952792 or 11069589. OLE color: 11069589.

HSL color Cylindrical-coordinate representation of color #95E8A8: hue angle of 133.73º 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 #95E8A8 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 232 168 -
CMYK 0.36 0 0.28 0.09
HSL 133.73º 0.64% 0.75% -
HSV(B) 133.73º 0.36% 0.91% -
XYZ 48.32 66.93 47.42 -
YUV 199.89 110 91.7 -
System Red Green Blue C M Y K H S L
Decimal 149 232 168 0.36 0 0.28 0.09 133.73 0.64 0.75
Hex 95 E8 A8 24 0 1C 9 86 40 4B
Octal 225 350 250 44 0 34 11 206 100 113
Binary 10010101 11101000 10101000 100100 0 11100 1001 10000110 1000000 1001011

Color Harmonies of #95E8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E8A8

Black with #95E8A8

Text Example


Text Example

White with #95E8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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