Html Css Color HEX #95C1AC Skeptic

📋 copy color: '#95C1AC'

red 149 ◦ green 193 ◦ blue 172

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

Shades of Skeptic #95C1AC

Tints of Skeptic #95C1AC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.55%

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

R = 28.99%
G = 37.55%
B = 33.46%

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

#95C1AC (or 0x95C1AC) is known color: Skeptic. HEX triplet: 95, C1 and AC. RGB value is (149,193,172). Sum of RGB (Red+Green+Blue) = 149+193+172=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #95C1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C1AC is #6A3E53. Grayscale: #B1B1B1. Windows color (decimal): -6962772 or 11321749. OLE color: 11321749.

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

Color convert

RGB 149 193 172 -
CMYK 0.23 0 0.11 0.24
HSL 151.36º 0.26% 0.67% -
HSV(B) 151.36º 0.23% 0.76% -
XYZ 38.91 47.51 46.15 -
YUV 177.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 149 193 172 0.23 0 0.11 0.24 151.36 0.26 0.67
Hex 95 C1 AC 17 0 B 18 97 1A 43
Octal 225 301 254 27 0 13 30 227 32 103
Binary 10010101 11000001 10101100 10111 0 1011 11000 10010111 11010 1000011

Color Harmonies of #95C1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C1AC

Black with #95C1AC

Text Example


Text Example

White with #95C1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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