Html Css Color HEX #75D4AF Medium Aquamarine

📋 copy color: '#75D4AF'

red 117 ◦ green 212 ◦ blue 175

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

Shades of Medium Aquamarine #75D4AF

Tints of Medium Aquamarine #75D4AF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.06%

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 23.21%
G = 42.06%
B = 34.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#75D4AF (or 0x75D4AF) is known color: Medium Aquamarine. HEX triplet: 75, D4 and AF. RGB value is (117,212,175). Sum of RGB (Red+Green+Blue) = 117+212+175=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #75D4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D4AF is #8A2B50. Grayscale: #B3B3B3. Windows color (decimal): -9055057 or 11523189. OLE color: 11523189.

HSL color Cylindrical-coordinate representation of color #75D4AF: hue angle of 156.63º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D4AF is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 212 175 -
CMYK 0.45 0 0.17 0.17
HSL 156.63º 0.52% 0.65% -
HSV(B) 156.63º 0.45% 0.83% -
XYZ 38.62 53.96 48.94 -
YUV 179.38 125.53 83.51 -
System Red Green Blue C M Y K H S L
Decimal 117 212 175 0.45 0 0.17 0.17 156.63 0.52 0.65
Hex 75 D4 AF 2D 0 11 11 9D 34 41
Octal 165 324 257 55 0 21 21 235 64 101
Binary 1110101 11010100 10101111 101101 0 10001 10001 10011101 110100 1000001

Color Harmonies of #75D4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D4AF

Black with #75D4AF

Text Example


Text Example

White with #75D4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,212,175); }

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

background-color css

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

 a { background-color: rgb(117,212,175); }

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

border-color css

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

 span { border-color: rgb(117,212,175); }

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