#94BEA9

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

Shades of Skeptic #94BEA9

Tints of Skeptic #94BEA9

Color information

#94BEA9 (or 0x94BEA9) is unknown color: approx Skeptic. HEX triplet: 94, BE and A9. RGB value is (148,190,169). Sum of RGB (Red+Green+Blue) = 148+190+169=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #94BEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BEA9 is #6B4156. Grayscale: #AFAFAF. Windows color (decimal): -7029079 or 11124372. OLE color: 11124372.

HSL color Cylindrical-coordinate representation of color #94BEA9: hue angle of 150º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94BEA9 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB148190169-
CMYK0.2200.110.25
HSL150º24.42%66.27%-
HSV(B)150º22.11%74.51%-
XYZ37.7945.9944.42-
YUV175.05124.59108.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=29.19%
G=37.48%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481901690.2200.110.2515024.4266.27
Hex94BEA9160B19961842
Octal224276251260133122630102
Binary10010100101111101010100110110010111100110010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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