#93CBB5

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

Shades of Shadow Green #93CBB5

Tints of Shadow Green #93CBB5

Color information

#93CBB5 (or 0x93CBB5) is unknown color: approx Shadow Green. HEX triplet: 93, CB and B5. RGB value is (147,203,181). Sum of RGB (Red+Green+Blue) = 147+203+181=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBB5 is #6C344A. Grayscale: #B7B7B7. Windows color (decimal): -7091275 or 11914131. OLE color: 11914131.

HSL color Cylindrical-coordinate representation of color #93CBB5: hue angle of 156.43º degrees, saturation: 0.35, 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 #93CBB5 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB147203181-
CMYK0.2800.110.20
HSL156.43º35%68.63%-
HSV(B)156.43º27.59%79.61%-
XYZ41.7352.2551.6-
YUV183.75126.45101.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.68%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=27.68%
G=38.23%
B=34.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472031810.2800.110.20156.433568.63
Hex93CBB51C0B149c2345
Octal223313265340132423443105
Binary100100111100101110110101111000101110100100111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,203,181); }

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

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

 a { background-color: rgb(147,203,181); }

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

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

 span { border-color: rgb(147,203,181); }

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