Html Css Color HEX #95BCAA Skeptic

📋 copy color: '#95BCAA'

red 149 ◦ green 188 ◦ blue 170

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

Shades of Skeptic #95BCAA

Tints of Skeptic #95BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.08%

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

R = 29.39%
G = 37.08%
B = 33.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#95BCAA (or 0x95BCAA) is known color: Skeptic. HEX triplet: 95, BC and AA. RGB value is (149,188,170). Sum of RGB (Red+Green+Blue) = 149+188+170=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #95BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BCAA is #6A4355. Grayscale: #AEAEAE. Windows color (decimal): -6964054 or 11189397. OLE color: 11189397.

HSL color Cylindrical-coordinate representation of color #95BCAA: hue angle of 152.31º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95BCAA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 188 170 -
CMYK 0.21 0 0.10 0.26
HSL 152.31º 0.23% 0.66% -
HSV(B) 152.31º 0.21% 0.74% -
XYZ 37.63 45.26 44.78 -
YUV 174.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 149 188 170 0.21 0 0.10 0.26 152.31 0.23 0.66
Hex 95 BC AA 15 0 A 1A 98 17 42
Octal 225 274 252 25 0 12 32 230 27 102
Binary 10010101 10111100 10101010 10101 0 1010 11010 10011000 10111 1000010

Color Harmonies of #95BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BCAA

Black with #95BCAA

Text Example


Text Example

White with #95BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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