Html Css Color HEX #95B8AA Skeptic

📋 copy color: '#95B8AA'

red 149 ◦ green 184 ◦ blue 170

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

Shades of Skeptic #95B8AA

Tints of Skeptic #95B8AA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.58%

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 29.62%
G = 36.58%
B = 33.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#95B8AA (or 0x95B8AA) is known color: Skeptic. HEX triplet: 95, B8 and AA. RGB value is (149,184,170). Sum of RGB (Red+Green+Blue) = 149+184+170=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 184 - color contains mainly: green. Hex color #95B8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B8AA is #6A4755. Grayscale: #ABABAB. Windows color (decimal): -6965078 or 11188373. OLE color: 11188373.

HSL color Cylindrical-coordinate representation of color #95B8AA: hue angle of 156º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95B8AA is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 184 170 -
CMYK 0.19 0 0.08 0.28
HSL 156º 0.2% 0.65% -
HSV(B) 156º 0.19% 0.72% -
XYZ 36.79 43.57 44.5 -
YUV 171.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 149 184 170 0.19 0 0.08 0.28 156 0.2 0.65
Hex 95 B8 AA 13 0 8 1C 9C 14 41
Octal 225 270 252 23 0 10 34 234 24 101
Binary 10010101 10111000 10101010 10011 0 1000 11100 10011100 10100 1000001

Color Harmonies of #95B8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B8AA

Black with #95B8AA

Text Example


Text Example

White with #95B8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,184,170); }

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

background-color css

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

 a { background-color: rgb(149,184,170); }

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

border-color css

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

 span { border-color: rgb(149,184,170); }

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