Html Css Color HEX #75F0AA Medium Aquamarine

📋 copy color: '#75F0AA'

red 117 ◦ green 240 ◦ blue 170

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

Shades of Medium Aquamarine #75F0AA

Tints of Medium Aquamarine #75F0AA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.54%

 BLUE value IS 170 (66.8% from 255) = 32.26%

R = 22.2%
G = 45.54%
B = 32.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#75F0AA (or 0x75F0AA) is known color: Medium Aquamarine. HEX triplet: 75, F0 and AA. RGB value is (117,240,170). Sum of RGB (Red+Green+Blue) = 117+240+170=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #75F0AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F0AA is #8A0F55. Grayscale: #C3C3C3. Windows color (decimal): -9047894 or 11202677. OLE color: 11202677.

HSL color Cylindrical-coordinate representation of color #75F0AA: hue angle of 145.85º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F0AA is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 240 170 -
CMYK 0.51 0 0.29 0.06
HSL 145.85º 0.8% 0.7% -
HSV(B) 145.85º 0.51% 0.94% -
XYZ 45.75 69 48.94 -
YUV 195.24 113.75 72.19 -
System Red Green Blue C M Y K H S L
Decimal 117 240 170 0.51 0 0.29 0.06 145.85 0.8 0.7
Hex 75 F0 AA 33 0 1D 6 92 50 46
Octal 165 360 252 63 0 35 6 222 120 106
Binary 1110101 11110000 10101010 110011 0 11101 110 10010010 1010000 1000110

Color Harmonies of #75F0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F0AA

Black with #75F0AA

Text Example


Text Example

White with #75F0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,240,170); }

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

background-color css

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

 a { background-color: rgb(117,240,170); }

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

border-color css

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

 span { border-color: rgb(117,240,170); }

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