#94BEAB

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

Shades of Skeptic #94BEAB

Tints of Skeptic #94BEAB

Color information

#94BEAB (or 0x94BEAB) is unknown color: approx Skeptic. HEX triplet: 94, BE and AB. RGB value is (148,190,171). Sum of RGB (Red+Green+Blue) = 148+190+171=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #94BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BEAB is #6B4154. Grayscale: #AFAFAF. Windows color (decimal): -7029077 or 11255444. OLE color: 11255444.

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

Color convert

RGB148190171-
CMYK0.2200.100.25
HSL152.86º24.42%66.27%-
HSV(B)152.86º22.11%74.51%-
XYZ37.9846.0645.42-
YUV175.28125.59108.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.08%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=29.08%
G=37.33%
B=33.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481901710.2200.100.25152.8624.4266.27
Hex94BEAB160A19991842
Octal224276253260123123130102
Binary10010100101111101010101110110010101100110011001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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