Html Css Color HEX #95C2AB Skeptic

📋 copy color: '#95C2AB'

red 149 ◦ green 194 ◦ blue 171

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

Shades of Skeptic #95C2AB

Tints of Skeptic #95C2AB

RGB

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

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

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

R = 28.99%
G = 37.74%
B = 33.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#95C2AB (or 0x95C2AB) is known color: Skeptic. HEX triplet: 95, C2 and AB. RGB value is (149,194,171). Sum of RGB (Red+Green+Blue) = 149+194+171=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #95C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C2AB is #6A3D54. Grayscale: #B1B1B1. Windows color (decimal): -6962517 or 11256469. OLE color: 11256469.

HSL color Cylindrical-coordinate representation of color #95C2AB: hue angle of 149.33º 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 #95C2AB is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 194 171 -
CMYK 0.23 0 0.12 0.24
HSL 149.33º 0.27% 0.67% -
HSV(B) 149.33º 0.23% 0.76% -
XYZ 39.04 47.91 45.72 -
YUV 177.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 149 194 171 0.23 0 0.12 0.24 149.33 0.27 0.67
Hex 95 C2 AB 17 0 C 18 95 1B 43
Octal 225 302 253 27 0 14 30 225 33 103
Binary 10010101 11000010 10101011 10111 0 1100 11000 10010101 11011 1000011

Color Harmonies of #95C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C2AB

Black with #95C2AB

Text Example


Text Example

White with #95C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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