#94B4A8

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

Shades of Skeptic #94B4A8

Tints of Skeptic #94B4A8

Color information

#94B4A8 (or 0x94B4A8) is unknown color: approx Skeptic. HEX triplet: 94, B4 and A8. RGB value is (148,180,168). Sum of RGB (Red+Green+Blue) = 148+180+168=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #94B4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B4A8 is #6B4B57. Grayscale: #A9A9A9. Windows color (decimal): -7031640 or 11056276. OLE color: 11056276.

HSL color Cylindrical-coordinate representation of color #94B4A8: hue angle of 157.5º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94B4A8 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB148180168-
CMYK0.1800.070.29
HSL157.5º17.58%64.31%-
HSV(B)157.5º17.78%70.59%-
XYZ35.641.7743.23-
YUV169.06127.4112.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 168 (66.02% from 255) = 33.87%
R=29.84%
G=36.29%
B=33.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481801680.1800.070.29157.517.5864.31
Hex94B4A812071D9d1240
Octal22426425022073523522100
Binary1001010010110100101010001001001111110110011101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,168); }

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

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

 a { background-color: rgb(148,180,168); }

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

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

 span { border-color: rgb(148,180,168); }

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