#97e1e2

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

Shades of Charlotte #97E1E2

Tints of Charlotte #97E1E2

Color information

#97E1E2 (or 0x97E1E2) is unknown color: approx Charlotte. HEX triplet: 97, E1 and E2. RGB value is (151,225,226). Sum of RGB (Red+Green+Blue) = 151+225+226=602 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.08% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #97E1E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E1E2 is #681E1D. Grayscale: #CACACA. Windows color (decimal): -6823454 or 14868887. OLE color: 14868887.

HSL color Cylindrical-coordinate representation of color #97E1E2: hue angle of 180.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97E1E2 is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB151225226-
CMYK0.330.0000.11
HSL180.8º56.39%73.92%-
HSV(B)180.8º33.19%88.63%-
XYZ53.4265.9281.86-
YUV202.99140.9890.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.08%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 226 (88.67% from 255) = 37.54%
R=25.08%
G=37.38%
B=37.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1512252260.330.0000.11180.856.3973.92
Hex97E1E22100Bb5384a
Octal22734134241001326570112
Binary100101111110000111100010100001001011101101011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97e1e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97e1e2; }

 p { color: rgb(151,225,226); }

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

<style>
 a { background-color: #97e1e2; }

 a { background-color: rgb(151,225,226); }

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

<style>
 span { border-color: #97e1e2; }

 span { border-color: rgb(151,225,226); }

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