Html Css Color HEX #95EAA8 Chinook

📋 copy color: '#95EAA8'

red 149 ◦ green 234 ◦ blue 168

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

Shades of Chinook #95EAA8

Tints of Chinook #95EAA8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.47%

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

R = 27.04%
G = 42.47%
B = 30.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#95EAA8 (or 0x95EAA8) is known color: Chinook. HEX triplet: 95, EA and A8. RGB value is (149,234,168). Sum of RGB (Red+Green+Blue) = 149+234+168=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EAA8 is #6A1557. Grayscale: #C9C9C9. Windows color (decimal): -6952280 or 11070101. OLE color: 11070101.

HSL color Cylindrical-coordinate representation of color #95EAA8: hue angle of 133.41º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EAA8 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 168 -
CMYK 0.36 0 0.28 0.08
HSL 133.41º 0.67% 0.75% -
HSV(B) 133.41º 0.36% 0.92% -
XYZ 48.89 68.06 47.61 -
YUV 201.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 149 234 168 0.36 0 0.28 0.08 133.41 0.67 0.75
Hex 95 EA A8 24 0 1C 8 85 43 4B
Octal 225 352 250 44 0 34 10 205 103 113
Binary 10010101 11101010 10101000 100100 0 11100 1000 10000101 1000011 1001011

Color Harmonies of #95EAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EAA8

Black with #95EAA8

Text Example


Text Example

White with #95EAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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