Html Css Color HEX #75EDD2 Aquamarine

📋 copy color: '#75EDD2'

red 117 ◦ green 237 ◦ blue 210

#75EDD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #75EDD2

Tints of Aquamarine #75EDD2

RGB

 RED value IS 117 (46.09% from 255) = 20.74%

 GREEN value IS 237 (92.97% from 255) = 42.02%

 BLUE value IS 210 (82.42% from 255) = 37.23%

R = 20.74%
G = 42.02%
B = 37.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#75EDD2 (or 0x75EDD2) is known color: Aquamarine. HEX triplet: 75, ED and D2. RGB value is (117,237,210). Sum of RGB (Red+Green+Blue) = 117+237+210=564 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.74% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EDD2 is #8A122D. Grayscale: #C6C6C6. Windows color (decimal): -9048622 or 13823349. OLE color: 13823349.

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

Color convert

RGB 117 237 210 -
CMYK 0.51 0 0.11 0.07
HSL 166.5º 0.77% 0.69% -
HSV(B) 166.5º 0.51% 0.93% -
XYZ 49.25 69 71.7 -
YUV 198.04 134.74 70.2 -
System Red Green Blue C M Y K H S L
Decimal 117 237 210 0.51 0 0.11 0.07 166.5 0.77 0.69
Hex 75 ED D2 33 0 B 7 A6 4D 45
Octal 165 355 322 63 0 13 7 246 115 105
Binary 1110101 11101101 11010010 110011 0 1011 111 10100110 1001101 1000101

Color Harmonies of #75EDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EDD2

Black with #75EDD2

Text Example


Text Example

White with #75EDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,237,210); }

 H1.HeaderClassName
 {
   color: #75EDD2;
 }
 .AnyTagClassName
 {
   color: #75EDD2;
 }
</style>

background-color css

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

 a { background-color: rgb(117,237,210); }

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

border-color css

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

 span { border-color: rgb(117,237,210); }

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