#95BEAB

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

Shades of Skeptic #95BEAB

Tints of Skeptic #95BEAB

Color information

#95BEAB (or 0x95BEAB) is unknown color: approx Skeptic. HEX triplet: 95, BE and AB. RGB value is (149,190,171). Sum of RGB (Red+Green+Blue) = 149+190+171=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #95BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BEAB is #6A4154. Grayscale: #AFAFAF. Windows color (decimal): -6963541 or 11255445. OLE color: 11255445.

HSL color Cylindrical-coordinate representation of color #95BEAB: hue angle of 152.2º 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 #95BEAB is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB149190171-
CMYK0.2200.100.25
HSL152.2º23.98%66.47%-
HSV(B)152.2º21.58%74.51%-
XYZ38.1646.1645.43-
YUV175.58125.42109.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=29.22%
G=37.25%
B=33.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491901710.2200.100.25152.223.9866.47
Hex95BEAB160A19981842
Octal225276253260123123030102
Binary10010101101111101010101110110010101100110011000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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