#94C2A9

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

Shades of Skeptic #94C2A9

Tints of Skeptic #94C2A9

Color information

#94C2A9 (or 0x94C2A9) is unknown color: approx Skeptic. HEX triplet: 94, C2 and A9. RGB value is (148,194,169). Sum of RGB (Red+Green+Blue) = 148+194+169=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #94C2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C2A9 is #6B3D56. Grayscale: #B1B1B1. Windows color (decimal): -7028055 or 11125396. OLE color: 11125396.

HSL color Cylindrical-coordinate representation of color #94C2A9: hue angle of 147.39º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C2A9 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB148194169-
CMYK0.2400.130.24
HSL147.39º27.38%67.06%-
HSV(B)147.39º23.71%76.08%-
XYZ38.6747.7444.71-
YUV177.4123.26107.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=28.96%
G=37.96%
B=33.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481941690.2400.130.24147.3927.3867.06
Hex94C2A9180D18931b43
Octal224302251300153022333103
Binary10010100110000101010100111000011011100010010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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