Html Css Color HEX #75CEA0 Medium Aquamarine

📋 copy color: '#75CEA0'

red 117 ◦ green 206 ◦ blue 160

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

Shades of Medium Aquamarine #75CEA0

Tints of Medium Aquamarine #75CEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.65%

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

R = 24.22%
G = 42.65%
B = 33.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#75CEA0 (or 0x75CEA0) is known color: Medium Aquamarine. HEX triplet: 75, CE and A0. RGB value is (117,206,160). Sum of RGB (Red+Green+Blue) = 117+206+160=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CEA0 is #8A315F. Grayscale: #AEAEAE. Windows color (decimal): -9056608 or 10538613. OLE color: 10538613.

HSL color Cylindrical-coordinate representation of color #75CEA0: hue angle of 148.99º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CEA0 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 160 -
CMYK 0.43 0 0.22 0.19
HSL 148.99º 0.48% 0.63% -
HSV(B) 148.99º 0.43% 0.81% -
XYZ 35.75 50.46 41.11 -
YUV 174.15 120.01 87.24 -
System Red Green Blue C M Y K H S L
Decimal 117 206 160 0.43 0 0.22 0.19 148.99 0.48 0.63
Hex 75 CE A0 2B 0 16 13 95 30 3F
Octal 165 316 240 53 0 26 23 225 60 77
Binary 1110101 11001110 10100000 101011 0 10110 10011 10010101 110000 111111

Color Harmonies of #75CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CEA0

Black with #75CEA0

Text Example


Text Example

White with #75CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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