#75EED3

Color #75EED3 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #75EED3

Tints of Aquamarine #75EED3

Color information

#75EED3 (or 0x75EED3) is unknown color: approx Aquamarine. HEX triplet: 75, EE and D3. RGB value is (117,238,211). Sum of RGB (Red+Green+Blue) = 117+238+211=566 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.67% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #75EED3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EED3 is #8A112C. Grayscale: #C6C6C6. Windows color (decimal): -9048365 or 13889141. OLE color: 13889141.

HSL color Cylindrical-coordinate representation of color #75EED3: hue angle of 166.61º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EED3 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB117238211-
CMYK0.5100.110.07
HSL166.61º78.06%69.61%-
HSV(B)166.61º50.84%93.33%-
XYZ49.6769.6372.45-
YUV198.74134.9169.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.67%
GREEN value IS 238 (93.36% from 255) = 42.05%
BLUE value IS 211 (82.81% from 255) = 37.28%
R=20.67%
G=42.05%
B=37.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172382110.5100.110.07166.6178.0669.61
Hex75EED3330B7a74e46
Octal165356323630137247116106
Binary11101011110111011010011110011010111111010011110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75EED3; }

 p { color: rgb(117,238,211); }

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

<style>
 a { background-color: #75EED3; }

 a { background-color: rgb(117,238,211); }

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

<style>
 span { border-color: #75EED3; }

 span { border-color: rgb(117,238,211); }

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