#95BEA9

Color #95BEA9 Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #95BEA9

Tints of Skeptic #95BEA9

Color information

#95BEA9 (or 0x95BEA9) is unknown color: approx Skeptic. HEX triplet: 95, BE and A9. RGB value is (149,190,169). Sum of RGB (Red+Green+Blue) = 149+190+169=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #95BEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BEA9 is #6A4156. Grayscale: #AFAFAF. Windows color (decimal): -6963543 or 11124373. OLE color: 11124373.

HSL color Cylindrical-coordinate representation of color #95BEA9: hue angle of 149.27º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BEA9 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB149190169-
CMYK0.2200.110.25
HSL149.27º23.98%66.47%-
HSV(B)149.27º21.58%74.51%-
XYZ37.9746.0844.43-
YUV175.35124.42109.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.33%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=29.33%
G=37.40%
B=33.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491901690.2200.110.25149.2723.9866.47
Hex95BEA9160B19951842
Octal225276251260133122530102
Binary10010101101111101010100110110010111100110010101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,169); }

 H1.HeaderClassName
 {
   color: #95BEA9;
 }
 .AnyTagClassName
 {
   color: #95BEA9;
 }
</style>
background-color css

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

 a { background-color: rgb(149,190,169); }

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

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

 span { border-color: rgb(149,190,169); }

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