#94BCA9

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

Shades of Skeptic #94BCA9

Tints of Skeptic #94BCA9

Color information

#94BCA9 (or 0x94BCA9) is unknown color: approx Skeptic. HEX triplet: 94, BC and A9. RGB value is (148,188,169). Sum of RGB (Red+Green+Blue) = 148+188+169=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #94BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BCA9 is #6B4356. Grayscale: #ADADAD. Windows color (decimal): -7029591 or 11123860. OLE color: 11123860.

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

Color convert

RGB148188169-
CMYK0.2100.100.26
HSL151.5º22.99%65.88%-
HSV(B)151.5º21.28%73.73%-
XYZ37.3645.1344.28-
YUV173.87125.25109.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.31%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=29.31%
G=37.23%
B=33.47%

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
Decimal1481881690.2100.100.26151.522.9965.88
Hex94BCA9150A1A971742
Octal224274251250123222727102
Binary10010100101111001010100110101010101101010010111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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