#93CCBB

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

Shades of Shadow Green #93CCBB

Tints of Shadow Green #93CCBB

Color information

#93CCBB (or 0x93CCBB) is unknown color: approx Shadow Green. HEX triplet: 93, CC and BB. RGB value is (147,204,187). Sum of RGB (Red+Green+Blue) = 147+204+187=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCBB is #6C3344. Grayscale: #B9B9B9. Windows color (decimal): -7091013 or 12307603. OLE color: 12307603.

HSL color Cylindrical-coordinate representation of color #93CCBB: hue angle of 162.11º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CCBB is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB147204187-
CMYK0.2800.080.2
HSL162.11º35.85%68.82%-
HSV(B)162.11º27.94%80%-
XYZ42.652.9854.99-
YUV185.02129.12100.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.32%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=27.32%
G=37.92%
B=34.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472041870.2800.080.2162.1135.8568.82
Hex93CCBB1C0814a22445
Octal223314273340102424244105
Binary100100111100110010111011111000100010100101000101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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