#93BBB4

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

Shades of Shadow Green #93BBB4

Tints of Shadow Green #93BBB4

Color information

#93BBB4 (or 0x93BBB4) is unknown color: approx Shadow Green. HEX triplet: 93, BB and B4. RGB value is (147,187,180). Sum of RGB (Red+Green+Blue) = 147+187+180=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #93BBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBB4 is #6C444B. Grayscale: #AEAEAE. Windows color (decimal): -7095372 or 11844499. OLE color: 11844499.

HSL color Cylindrical-coordinate representation of color #93BBB4: hue angle of 169.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BBB4 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB147187180-
CMYK0.2100.040.27
HSL169.5º22.73%65.49%-
HSV(B)169.5º21.39%73.33%-
XYZ38.0445.0449.87-
YUV174.24131.25108.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.60%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=28.60%
G=36.38%
B=35.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471871800.2100.040.27169.522.7365.49
Hex93BBB415041Baa1741
Octal22327326425043325227101
Binary1001001110111011101101001010101001101110101010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BBB4; }

 p { color: rgb(147,187,180); }

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

<style>
 a { background-color: #93BBB4; }

 a { background-color: rgb(147,187,180); }

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

<style>
 span { border-color: #93BBB4; }

 span { border-color: rgb(147,187,180); }

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