#99BEAF

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

Shades of Skeptic #99BEAF

Tints of Skeptic #99BEAF

Color information

#99BEAF (or 0x99BEAF) is unknown color: approx Skeptic. HEX triplet: 99, BE and AF. RGB value is (153,190,175). Sum of RGB (Red+Green+Blue) = 153+190+175=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #99BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BEAF is #664150. Grayscale: #B1B1B1. Windows color (decimal): -6701393 or 11517593. OLE color: 11517593.

HSL color Cylindrical-coordinate representation of color #99BEAF: hue angle of 155.68º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BEAF is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB153190175-
CMYK0.1900.080.25
HSL155.68º22.16%67.25%-
HSV(B)155.68º19.47%74.51%-
XYZ39.2946.6947.5-
YUV177.23126.74110.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=29.54%
G=36.68%
B=33.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531901750.1900.080.25155.6822.1667.25
Hex99BEAF1308199c1643
Octal231276257230103123426103
Binary10011001101111101010111110011010001100110011100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BEAF; }

 p { color: rgb(153,190,175); }

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

<style>
 a { background-color: #99BEAF; }

 a { background-color: rgb(153,190,175); }

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

<style>
 span { border-color: #99BEAF; }

 span { border-color: rgb(153,190,175); }

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