#94CCBD

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

Shades of Shadow Green #94CCBD

Tints of Shadow Green #94CCBD

Color information

#94CCBD (or 0x94CCBD) is unknown color: approx Shadow Green. HEX triplet: 94, CC and BD. RGB value is (148,204,189). Sum of RGB (Red+Green+Blue) = 148+204+189=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #94CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CCBD is #6B3342. Grayscale: #B9B9B9. Windows color (decimal): -7025475 or 12438676. OLE color: 12438676.

HSL color Cylindrical-coordinate representation of color #94CCBD: hue angle of 163.93º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CCBD is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB148204189-
CMYK0.2700.070.2
HSL163.93º35.44%69.02%-
HSV(B)163.93º27.45%80%-
XYZ42.9953.1656.14-
YUV185.55129.95101.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=27.36%
G=37.71%
B=34.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041890.2700.070.2163.9335.4469.02
Hex94CCBD1B0714a42345
Octal22431427533072424443105
Binary10010100110011001011110111011011110100101001001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,204,189); }

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

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

 a { background-color: rgb(148,204,189); }

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

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

 span { border-color: rgb(148,204,189); }

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