Html Css Color HEX #75CDA0 Medium Aquamarine

📋 copy color: '#75CDA0'

red 117 ◦ green 205 ◦ blue 160

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

Shades of Medium Aquamarine #75CDA0

Tints of Medium Aquamarine #75CDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

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

R = 24.27%
G = 42.53%
B = 33.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#75CDA0 (or 0x75CDA0) is known color: Medium Aquamarine. HEX triplet: 75, CD and A0. RGB value is (117,205,160). Sum of RGB (Red+Green+Blue) = 117+205+160=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CDA0 is #8A325F. Grayscale: #ADADAD. Windows color (decimal): -9056864 or 10538357. OLE color: 10538357.

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

Color convert

RGB 117 205 160 -
CMYK 0.43 0 0.22 0.20
HSL 149.32º 0.47% 0.63% -
HSV(B) 149.32º 0.43% 0.8% -
XYZ 35.51 49.98 41.03 -
YUV 173.56 120.35 87.66 -
System Red Green Blue C M Y K H S L
Decimal 117 205 160 0.43 0 0.22 0.20 149.32 0.47 0.63
Hex 75 CD A0 2B 0 16 14 95 2F 3F
Octal 165 315 240 53 0 26 24 225 57 77
Binary 1110101 11001101 10100000 101011 0 10110 10100 10010101 101111 111111

Color Harmonies of #75CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDA0

Black with #75CDA0

Text Example


Text Example

White with #75CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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