#94BCA6

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

Shades of Skeptic #94BCA6

Tints of Skeptic #94BCA6

Color information

#94BCA6 (or 0x94BCA6) is unknown color: approx Skeptic. HEX triplet: 94, BC and A6. RGB value is (148,188,166). Sum of RGB (Red+Green+Blue) = 148+188+166=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #94BCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BCA6 is #6B4359. Grayscale: #ADADAD. Windows color (decimal): -7029594 or 10927252. OLE color: 10927252.

HSL color Cylindrical-coordinate representation of color #94BCA6: hue angle of 147º 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 #94BCA6 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB148188166-
CMYK0.2100.120.26
HSL147º22.99%65.88%-
HSV(B)147º21.28%73.73%-
XYZ37.0845.0242.81-
YUV173.53123.75109.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 166 (65.23% from 255) = 33.07%
R=29.48%
G=37.45%
B=33.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481881660.2100.120.2614722.9965.88
Hex94BCA6150C1A931742
Octal224274246250143222327102
Binary10010100101111001010011010101011001101010010011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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