Html Css Color HEX #75CDA4 Medium Aquamarine

📋 copy color: '#75CDA4'

red 117 ◦ green 205 ◦ blue 164

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

Shades of Medium Aquamarine #75CDA4

Tints of Medium Aquamarine #75CDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.74%

R = 24.07%
G = 42.18%
B = 33.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.2

 K value IS 0.20

RGB Variations

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

Color information

#75CDA4 (or 0x75CDA4) is known color: Medium Aquamarine. HEX triplet: 75, CD and A4. RGB value is (117,205,164). Sum of RGB (Red+Green+Blue) = 117+205+164=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CDA4 is #8A325B. Grayscale: #AEAEAE. Windows color (decimal): -9056860 or 10800501. OLE color: 10800501.

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

Color convert

RGB 117 205 164 -
CMYK 0.43 0 0.2 0.20
HSL 152.05º 0.47% 0.63% -
HSV(B) 152.05º 0.43% 0.8% -
XYZ 35.87 50.12 42.91 -
YUV 174.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 117 205 164 0.43 0 0.2 0.20 152.05 0.47 0.63
Hex 75 CD A4 2B 0 14 14 98 2F 3F
Octal 165 315 244 53 0 24 24 230 57 77
Binary 1110101 11001101 10100100 101011 0 10100 10100 10011000 101111 111111

Color Harmonies of #75CDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDA4

Black with #75CDA4

Text Example


Text Example

White with #75CDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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