Html Css Color HEX #75D8A0 Medium Aquamarine

📋 copy color: '#75D8A0'

red 117 ◦ green 216 ◦ blue 160

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

Shades of Medium Aquamarine #75D8A0

Tints of Medium Aquamarine #75D8A0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.81%

 BLUE value IS 160 (62.89% from 255) = 32.45%

R = 23.73%
G = 43.81%
B = 32.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#75D8A0 (or 0x75D8A0) is known color: Medium Aquamarine. HEX triplet: 75, D8 and A0. RGB value is (117,216,160). Sum of RGB (Red+Green+Blue) = 117+216+160=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #75D8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D8A0 is #8A275F. Grayscale: #B4B4B4. Windows color (decimal): -9054048 or 10541173. OLE color: 10541173.

HSL color Cylindrical-coordinate representation of color #75D8A0: hue angle of 146.06º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D8A0 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 216 160 -
CMYK 0.46 0 0.26 0.15
HSL 146.06º 0.56% 0.65% -
HSV(B) 146.06º 0.46% 0.85% -
XYZ 38.24 55.43 41.94 -
YUV 180.02 116.7 83.05 -
System Red Green Blue C M Y K H S L
Decimal 117 216 160 0.46 0 0.26 0.15 146.06 0.56 0.65
Hex 75 D8 A0 2E 0 1A F 92 38 41
Octal 165 330 240 56 0 32 17 222 70 101
Binary 1110101 11011000 10100000 101110 0 11010 1111 10010010 111000 1000001

Color Harmonies of #75D8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D8A0

Black with #75D8A0

Text Example


Text Example

White with #75D8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,216,160); }

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

background-color css

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

 a { background-color: rgb(117,216,160); }

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

border-color css

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

 span { border-color: rgb(117,216,160); }

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