Html Css Color HEX #75DDAB Medium Aquamarine

📋 copy color: '#75DDAB'

red 117 ◦ green 221 ◦ blue 171

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

Shades of Medium Aquamarine #75DDAB

Tints of Medium Aquamarine #75DDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.42%

 BLUE value IS 171 (67.19% from 255) = 33.6%

R = 22.99%
G = 43.42%
B = 33.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#75DDAB (or 0x75DDAB) is known color: Medium Aquamarine. HEX triplet: 75, DD and AB. RGB value is (117,221,171). Sum of RGB (Red+Green+Blue) = 117+221+171=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DDAB is #8A2254. Grayscale: #B8B8B8. Windows color (decimal): -9052757 or 11263349. OLE color: 11263349.

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

Color convert

RGB 117 221 171 -
CMYK 0.47 0 0.23 0.13
HSL 151.15º 0.6% 0.66% -
HSV(B) 151.15º 0.47% 0.87% -
XYZ 40.54 58.44 47.67 -
YUV 184.2 120.54 80.07 -
System Red Green Blue C M Y K H S L
Decimal 117 221 171 0.47 0 0.23 0.13 151.15 0.6 0.66
Hex 75 DD AB 2F 0 17 D 97 3C 42
Octal 165 335 253 57 0 27 15 227 74 102
Binary 1110101 11011101 10101011 101111 0 10111 1101 10010111 111100 1000010

Color Harmonies of #75DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DDAB

Black with #75DDAB

Text Example


Text Example

White with #75DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,221,171); }

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

background-color css

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

 a { background-color: rgb(117,221,171); }

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

border-color css

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

 span { border-color: rgb(117,221,171); }

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