Html Css Color HEX #95BBAA Skeptic

📋 copy color: '#95BBAA'

red 149 ◦ green 187 ◦ blue 170

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

Shades of Skeptic #95BBAA

Tints of Skeptic #95BBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.96%

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

R = 29.45%
G = 36.96%
B = 33.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#95BBAA (or 0x95BBAA) is known color: Skeptic. HEX triplet: 95, BB and AA. RGB value is (149,187,170). Sum of RGB (Red+Green+Blue) = 149+187+170=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #95BBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BBAA is #6A4455. Grayscale: #ADADAD. Windows color (decimal): -6964310 or 11189141. OLE color: 11189141.

HSL color Cylindrical-coordinate representation of color #95BBAA: hue angle of 153.16º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95BBAA is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 187 170 -
CMYK 0.20 0 0.09 0.27
HSL 153.16º 0.22% 0.66% -
HSV(B) 153.16º 0.2% 0.73% -
XYZ 37.42 44.83 44.71 -
YUV 173.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 149 187 170 0.20 0 0.09 0.27 153.16 0.22 0.66
Hex 95 BB AA 14 0 9 1B 99 16 42
Octal 225 273 252 24 0 11 33 231 26 102
Binary 10010101 10111011 10101010 10100 0 1001 11011 10011001 10110 1000010

Color Harmonies of #95BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBAA

Black with #95BBAA

Text Example


Text Example

White with #95BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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