#93CBB8

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

Shades of Shadow Green #93CBB8

Tints of Shadow Green #93CBB8

Color information

#93CBB8 (or 0x93CBB8) is unknown color: approx Shadow Green. HEX triplet: 93, CB and B8. RGB value is (147,203,184). Sum of RGB (Red+Green+Blue) = 147+203+184=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBB8 is #6C3447. Grayscale: #B8B8B8. Windows color (decimal): -7091272 or 12110739. OLE color: 12110739.

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

Color convert

RGB147203184-
CMYK0.2800.090.20
HSL159.64º35%68.63%-
HSV(B)159.64º27.59%79.61%-
XYZ42.0452.3853.24-
YUV184.09127.95101.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.53%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=27.53%
G=38.01%
B=34.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472031840.2800.090.20159.643568.63
Hex93CBB81C0914a02345
Octal223313270340112424043105
Binary100100111100101110111000111000100110100101000001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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