Html Css Color HEX #75DFAE Medium Aquamarine

📋 copy color: '#75DFAE'

red 117 ◦ green 223 ◦ blue 174

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

Shades of Medium Aquamarine #75DFAE

Tints of Medium Aquamarine #75DFAE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.39%

 BLUE value IS 174 (68.36% from 255) = 33.85%

R = 22.76%
G = 43.39%
B = 33.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#75DFAE (or 0x75DFAE) is known color: Medium Aquamarine. HEX triplet: 75, DF and AE. RGB value is (117,223,174). Sum of RGB (Red+Green+Blue) = 117+223+174=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DFAE is #8A2051. Grayscale: #B9B9B9. Windows color (decimal): -9052242 or 11460469. OLE color: 11460469.

HSL color Cylindrical-coordinate representation of color #75DFAE: hue angle of 152.26º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DFAE is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 174 -
CMYK 0.48 0 0.22 0.13
HSL 152.26º 0.62% 0.67% -
HSV(B) 152.26º 0.48% 0.87% -
XYZ 41.36 59.61 49.37 -
YUV 185.72 121.38 78.98 -
System Red Green Blue C M Y K H S L
Decimal 117 223 174 0.48 0 0.22 0.13 152.26 0.62 0.67
Hex 75 DF AE 30 0 16 D 98 3E 43
Octal 165 337 256 60 0 26 15 230 76 103
Binary 1110101 11011111 10101110 110000 0 10110 1101 10011000 111110 1000011

Color Harmonies of #75DFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFAE

Black with #75DFAE

Text Example


Text Example

White with #75DFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,223,174); }

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

background-color css

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

 a { background-color: rgb(117,223,174); }

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

border-color css

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

 span { border-color: rgb(117,223,174); }

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