#93E1E0

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

Shades of Charlotte #93E1E0

Tints of Charlotte #93E1E0

Color information

#93E1E0 (or 0x93E1E0) is unknown color: approx Charlotte. HEX triplet: 93, E1 and E0. RGB value is (147,225,224). Sum of RGB (Red+Green+Blue) = 147+225+224=596 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.66% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #93E1E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E1E0 is #6C1E1F. Grayscale: #C9C9C9. Windows color (decimal): -7085600 or 14737811. OLE color: 14737811.

HSL color Cylindrical-coordinate representation of color #93E1E0: hue angle of 179.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E1E0 is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB147225224-
CMYK0.3500.000.12
HSL179.23º56.52%72.94%-
HSV(B)179.23º34.67%88.24%-
XYZ52.4165.4480.39-
YUV201.56140.6689.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.66%
GREEN value IS 225 (88.28% from 255) = 37.75%
BLUE value IS 224 (87.89% from 255) = 37.58%
R=24.66%
G=37.75%
B=37.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472252240.3500.000.12179.2356.5272.94
Hex93E1E02300Cb33949
Octal22334134043001426371111
Binary100100111110000111100000100011001100101100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,225,224); }

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

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

 a { background-color: rgb(147,225,224); }

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

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

 span { border-color: rgb(147,225,224); }

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