Html Css Color HEX #75DCAC Medium Aquamarine

📋 copy color: '#75DCAC'

red 117 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #75DCAC

Tints of Medium Aquamarine #75DCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.22%

 BLUE value IS 172 (67.58% from 255) = 33.79%

R = 22.99%
G = 43.22%
B = 33.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#75DCAC (or 0x75DCAC) is known color: Medium Aquamarine. HEX triplet: 75, DC and AC. RGB value is (117,220,172). Sum of RGB (Red+Green+Blue) = 117+220+172=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DCAC is #8A2353. Grayscale: #B7B7B7. Windows color (decimal): -9053012 or 11328629. OLE color: 11328629.

HSL color Cylindrical-coordinate representation of color #75DCAC: hue angle of 152.04º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCAC is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 172 -
CMYK 0.47 0 0.22 0.14
HSL 152.04º 0.6% 0.66% -
HSV(B) 152.04º 0.47% 0.86% -
XYZ 40.38 57.95 48.09 -
YUV 183.73 121.38 80.4 -
System Red Green Blue C M Y K H S L
Decimal 117 220 172 0.47 0 0.22 0.14 152.04 0.6 0.66
Hex 75 DC AC 2F 0 16 E 98 3C 42
Octal 165 334 254 57 0 26 16 230 74 102
Binary 1110101 11011100 10101100 101111 0 10110 1110 10011000 111100 1000010

Color Harmonies of #75DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCAC

Black with #75DCAC

Text Example


Text Example

White with #75DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,172); }

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

background-color css

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

 a { background-color: rgb(117,220,172); }

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

border-color css

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

 span { border-color: rgb(117,220,172); }

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