Html Css Color HEX #95E1AC Chinook

📋 copy color: '#95E1AC'

red 149 ◦ green 225 ◦ blue 172

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

Shades of Chinook #95E1AC

Tints of Chinook #95E1AC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.21%

 BLUE value IS 172 (67.58% from 255) = 31.5%

R = 27.29%
G = 41.21%
B = 31.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#95E1AC (or 0x95E1AC) is known color: Chinook. HEX triplet: 95, E1 and AC. RGB value is (149,225,172). Sum of RGB (Red+Green+Blue) = 149+225+172=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E1AC is #6A1E53. Grayscale: #C4C4C4. Windows color (decimal): -6954580 or 11329941. OLE color: 11329941.

HSL color Cylindrical-coordinate representation of color #95E1AC: hue angle of 138.16º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E1AC is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 225 172 -
CMYK 0.34 0 0.24 0.12
HSL 138.16º 0.56% 0.73% -
HSV(B) 138.16º 0.34% 0.88% -
XYZ 46.77 63.22 48.77 -
YUV 196.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 149 225 172 0.34 0 0.24 0.12 138.16 0.56 0.73
Hex 95 E1 AC 22 0 18 C 8A 38 49
Octal 225 341 254 42 0 30 14 212 70 111
Binary 10010101 11100001 10101100 100010 0 11000 1100 10001010 111000 1001001

Color Harmonies of #95E1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E1AC

Black with #95E1AC

Text Example


Text Example

White with #95E1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,225,172); }

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

background-color css

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

 a { background-color: rgb(149,225,172); }

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

border-color css

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

 span { border-color: rgb(149,225,172); }

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