Html Css Color HEX #75E0A3 Medium Aquamarine

📋 copy color: '#75E0A3'

red 117 ◦ green 224 ◦ blue 163

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

Shades of Medium Aquamarine #75E0A3

Tints of Medium Aquamarine #75E0A3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.44%

 BLUE value IS 163 (64.06% from 255) = 32.34%

R = 23.21%
G = 44.44%
B = 32.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#75E0A3 (or 0x75E0A3) is known color: Medium Aquamarine. HEX triplet: 75, E0 and A3. RGB value is (117,224,163). Sum of RGB (Red+Green+Blue) = 117+224+163=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #75E0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E0A3 is #8A1F5C. Grayscale: #B9B9B9. Windows color (decimal): -9051997 or 10739829. OLE color: 10739829.

HSL color Cylindrical-coordinate representation of color #75E0A3: hue angle of 145.79º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E0A3 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 224 163 -
CMYK 0.48 0 0.27 0.12
HSL 145.79º 0.63% 0.67% -
HSV(B) 145.79º 0.48% 0.88% -
XYZ 40.6 59.74 44.04 -
YUV 185.05 115.55 79.46 -
System Red Green Blue C M Y K H S L
Decimal 117 224 163 0.48 0 0.27 0.12 145.79 0.63 0.67
Hex 75 E0 A3 30 0 1B C 92 3F 43
Octal 165 340 243 60 0 33 14 222 77 103
Binary 1110101 11100000 10100011 110000 0 11011 1100 10010010 111111 1000011

Color Harmonies of #75E0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E0A3

Black with #75E0A3

Text Example


Text Example

White with #75E0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,224,163); }

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

background-color css

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

 a { background-color: rgb(117,224,163); }

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

border-color css

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

 span { border-color: rgb(117,224,163); }

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