Html Css Color HEX #75CDA5 Medium Aquamarine

📋 copy color: '#75CDA5'

red 117 ◦ green 205 ◦ blue 165

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

Shades of Medium Aquamarine #75CDA5

Tints of Medium Aquamarine #75CDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.88%

R = 24.02%
G = 42.09%
B = 33.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#75CDA5 (or 0x75CDA5) is known color: Medium Aquamarine. HEX triplet: 75, CD and A5. RGB value is (117,205,165). Sum of RGB (Red+Green+Blue) = 117+205+165=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CDA5 is #8A325A. Grayscale: #AEAEAE. Windows color (decimal): -9056859 or 10866037. OLE color: 10866037.

HSL color Cylindrical-coordinate representation of color #75CDA5: hue angle of 152.73º 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 #75CDA5 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 205 165 -
CMYK 0.43 0 0.20 0.20
HSL 152.73º 0.47% 0.63% -
HSV(B) 152.73º 0.43% 0.8% -
XYZ 35.96 50.16 43.38 -
YUV 174.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 117 205 165 0.43 0 0.20 0.20 152.73 0.47 0.63
Hex 75 CD A5 2B 0 14 14 99 2F 3F
Octal 165 315 245 53 0 24 24 231 57 77
Binary 1110101 11001101 10100101 101011 0 10100 10100 10011001 101111 111111

Color Harmonies of #75CDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDA5

Black with #75CDA5

Text Example


Text Example

White with #75CDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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