#94BEA8

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

Shades of Skeptic #94BEA8

Tints of Skeptic #94BEA8

Color information

#94BEA8 (or 0x94BEA8) is unknown color: approx Skeptic. HEX triplet: 94, BE and A8. RGB value is (148,190,168). Sum of RGB (Red+Green+Blue) = 148+190+168=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #94BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BEA8 is #6B4157. Grayscale: #AEAEAE. Windows color (decimal): -7029080 or 11058836. OLE color: 11058836.

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

Color convert

RGB148190168-
CMYK0.2200.120.25
HSL148.57º24.42%66.27%-
HSV(B)148.57º22.11%74.51%-
XYZ37.6945.9543.93-
YUV174.93124.09108.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.25%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 168 (66.02% from 255) = 33.20%
R=29.25%
G=37.55%
B=33.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481901680.2200.120.25148.5724.4266.27
Hex94BEA8160C19951842
Octal224276250260143122530102
Binary10010100101111101010100010110011001100110010101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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