Html Css Color HEX #95C2AC Skeptic

📋 copy color: '#95C2AC'

red 149 ◦ green 194 ◦ blue 172

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

Shades of Skeptic #95C2AC

Tints of Skeptic #95C2AC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.67%

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

R = 28.93%
G = 37.67%
B = 33.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#95C2AC (or 0x95C2AC) is known color: Skeptic. HEX triplet: 95, C2 and AC. RGB value is (149,194,172). Sum of RGB (Red+Green+Blue) = 149+194+172=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #95C2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C2AC is #6A3D53. Grayscale: #B2B2B2. Windows color (decimal): -6962516 or 11322005. OLE color: 11322005.

HSL color Cylindrical-coordinate representation of color #95C2AC: hue angle of 150.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95C2AC is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 194 172 -
CMYK 0.23 0 0.11 0.24
HSL 150.67º 0.27% 0.67% -
HSV(B) 150.67º 0.23% 0.76% -
XYZ 39.13 47.95 46.22 -
YUV 178.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 149 194 172 0.23 0 0.11 0.24 150.67 0.27 0.67
Hex 95 C2 AC 17 0 B 18 97 1B 43
Octal 225 302 254 27 0 13 30 227 33 103
Binary 10010101 11000010 10101100 10111 0 1011 11000 10010111 11011 1000011

Color Harmonies of #95C2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C2AC

Black with #95C2AC

Text Example


Text Example

White with #95C2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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