Html Css Color HEX #75EED5 Aquamarine

📋 copy color: '#75EED5'

red 117 ◦ green 238 ◦ blue 213

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

Shades of Aquamarine #75EED5

Tints of Aquamarine #75EED5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.9%

 BLUE value IS 213 (83.59% from 255) = 37.5%

R = 20.6%
G = 41.9%
B = 37.5%

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

#75EED5 (or 0x75EED5) is known color: Aquamarine. HEX triplet: 75, EE and D5. RGB value is (117,238,213). Sum of RGB (Red+Green+Blue) = 117+238+213=568 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.60% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #75EED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EED5 is #8A112A. Grayscale: #C6C6C6. Windows color (decimal): -9048363 or 14020213. OLE color: 14020213.

HSL color Cylindrical-coordinate representation of color #75EED5: hue angle of 167.6º 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 #75EED5 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 238 213 -
CMYK 0.51 0 0.11 0.07
HSL 167.6º 0.78% 0.7% -
HSV(B) 167.6º 0.51% 0.93% -
XYZ 49.92 69.74 73.78 -
YUV 198.97 135.91 69.53 -
System Red Green Blue C M Y K H S L
Decimal 117 238 213 0.51 0 0.11 0.07 167.6 0.78 0.7
Hex 75 EE D5 33 0 B 7 A8 4E 46
Octal 165 356 325 63 0 13 7 250 116 106
Binary 1110101 11101110 11010101 110011 0 1011 111 10101000 1001110 1000110

Color Harmonies of #75EED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EED5

Black with #75EED5

Text Example


Text Example

White with #75EED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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