Html Css Color HEX #75DCAB Medium Aquamarine

📋 copy color: '#75DCAB'

red 117 ◦ green 220 ◦ blue 171

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

Shades of Medium Aquamarine #75DCAB

Tints of Medium Aquamarine #75DCAB

RGB

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

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

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

R = 23.03%
G = 43.31%
B = 33.66%

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

#75DCAB (or 0x75DCAB) is known color: Medium Aquamarine. HEX triplet: 75, DC and AB. RGB value is (117,220,171). Sum of RGB (Red+Green+Blue) = 117+220+171=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DCAB is #8A2354. Grayscale: #B7B7B7. Windows color (decimal): -9053013 or 11263093. OLE color: 11263093.

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

Color convert

RGB 117 220 171 -
CMYK 0.47 0 0.22 0.14
HSL 151.46º 0.6% 0.66% -
HSV(B) 151.46º 0.47% 0.86% -
XYZ 40.28 57.91 47.58 -
YUV 183.62 120.88 80.48 -
System Red Green Blue C M Y K H S L
Decimal 117 220 171 0.47 0 0.22 0.14 151.46 0.6 0.66
Hex 75 DC AB 2F 0 16 E 97 3C 42
Octal 165 334 253 57 0 26 16 227 74 102
Binary 1110101 11011100 10101011 101111 0 10110 1110 10010111 111100 1000010

Color Harmonies of #75DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCAB

Black with #75DCAB

Text Example


Text Example

White with #75DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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