#94BCAC

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

Shades of Skeptic #94BCAC

Tints of Skeptic #94BCAC

Color information

#94BCAC (or 0x94BCAC) is unknown color: approx Skeptic. HEX triplet: 94, BC and AC. RGB value is (148,188,172). Sum of RGB (Red+Green+Blue) = 148+188+172=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #94BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BCAC is #6B4353. Grayscale: #AEAEAE. Windows color (decimal): -7029588 or 11320468. OLE color: 11320468.

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

Color convert

RGB148188172-
CMYK0.2100.090.26
HSL156º22.99%65.88%-
HSV(B)156º21.28%73.73%-
XYZ37.6445.2445.78-
YUV174.22126.75109.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=29.13%
G=37.01%
B=33.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481881720.2100.090.2615622.9965.88
Hex94BCAC15091A9c1742
Octal224274254250113223427102
Binary10010100101111001010110010101010011101010011100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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