#94BCAA

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

Shades of Skeptic #94BCAA

Tints of Skeptic #94BCAA

Color information

#94BCAA (or 0x94BCAA) is unknown color: approx Skeptic. HEX triplet: 94, BC and AA. RGB value is (148,188,170). Sum of RGB (Red+Green+Blue) = 148+188+170=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #94BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BCAA is #6B4355. Grayscale: #AEAEAE. Windows color (decimal): -7029590 or 11189396. OLE color: 11189396.

HSL color Cylindrical-coordinate representation of color #94BCAA: hue angle of 153º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94BCAA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB148188170-
CMYK0.2100.100.26
HSL153º22.99%65.88%-
HSV(B)153º21.28%73.73%-
XYZ37.4545.1644.77-
YUV173.99125.75109.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.25%
GREEN value IS 188 (73.83% from 255) = 37.15%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=29.25%
G=37.15%
B=33.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481881700.2100.100.2615322.9965.88
Hex94BCAA150A1A991742
Octal224274252250123223127102
Binary10010100101111001010101010101010101101010011001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,188,170); }

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

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

 a { background-color: rgb(148,188,170); }

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

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

 span { border-color: rgb(148,188,170); }

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