#94BBAD

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

Shades of Skeptic #94BBAD

Tints of Skeptic #94BBAD

Color information

#94BBAD (or 0x94BBAD) is unknown color: approx Skeptic. HEX triplet: 94, BB and AD. RGB value is (148,187,173). Sum of RGB (Red+Green+Blue) = 148+187+173=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #94BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BBAD is #6B4452. Grayscale: #ADADAD. Windows color (decimal): -7029843 or 11385748. OLE color: 11385748.

HSL color Cylindrical-coordinate representation of color #94BBAD: hue angle of 158.46º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94BBAD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB148187173-
CMYK0.2100.070.27
HSL158.46º22.29%65.69%-
HSV(B)158.46º20.86%73.33%-
XYZ37.5344.8546.21-
YUV173.74127.58109.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=29.13%
G=36.81%
B=34.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481871730.2100.070.27158.4622.2965.69
Hex94BBAD15071B9e1642
Octal22427325525073323626102
Binary1001010010111011101011011010101111101110011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BBAD; }

 p { color: rgb(148,187,173); }

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

<style>
 a { background-color: #94BBAD; }

 a { background-color: rgb(148,187,173); }

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

<style>
 span { border-color: #94BBAD; }

 span { border-color: rgb(148,187,173); }

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