Html Css Color HEX #75DBAC Medium Aquamarine

📋 copy color: '#75DBAC'

red 117 ◦ green 219 ◦ blue 172

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

Shades of Medium Aquamarine #75DBAC

Tints of Medium Aquamarine #75DBAC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

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

R = 23.03%
G = 43.11%
B = 33.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#75DBAC (or 0x75DBAC) is known color: Medium Aquamarine. HEX triplet: 75, DB and AC. RGB value is (117,219,172). Sum of RGB (Red+Green+Blue) = 117+219+172=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DBAC is #8A2453. Grayscale: #B7B7B7. Windows color (decimal): -9053268 or 11328373. OLE color: 11328373.

HSL color Cylindrical-coordinate representation of color #75DBAC: hue angle of 152.35º degrees, saturation: 0.59, 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 #75DBAC is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 219 172 -
CMYK 0.47 0 0.21 0.14
HSL 152.35º 0.59% 0.66% -
HSV(B) 152.35º 0.47% 0.86% -
XYZ 40.11 57.42 48 -
YUV 183.14 121.71 80.82 -
System Red Green Blue C M Y K H S L
Decimal 117 219 172 0.47 0 0.21 0.14 152.35 0.59 0.66
Hex 75 DB AC 2F 0 15 E 98 3B 42
Octal 165 333 254 57 0 25 16 230 73 102
Binary 1110101 11011011 10101100 101111 0 10101 1110 10011000 111011 1000010

Color Harmonies of #75DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DBAC

Black with #75DBAC

Text Example


Text Example

White with #75DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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