#94BEA7

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

Shades of Skeptic #94BEA7

Tints of Skeptic #94BEA7

Color information

#94BEA7 (or 0x94BEA7) is unknown color: approx Skeptic. HEX triplet: 94, BE and A7. RGB value is (148,190,167). Sum of RGB (Red+Green+Blue) = 148+190+167=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #94BEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BEA7 is #6B4158. Grayscale: #AEAEAE. Windows color (decimal): -7029081 or 10993300. OLE color: 10993300.

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

Color convert

RGB148190167-
CMYK0.2200.120.25
HSL147.14º24.42%66.27%-
HSV(B)147.14º22.11%74.51%-
XYZ37.645.9143.44-
YUV174.82123.59108.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.31%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=29.31%
G=37.62%
B=33.07%

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
Decimal1481901670.2200.120.25147.1424.4266.27
Hex94BEA7160C19931842
Octal224276247260143122330102
Binary10010100101111101010011110110011001100110010011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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