Html Css Color HEX #75DDA8 Medium Aquamarine

📋 copy color: '#75DDA8'

red 117 ◦ green 221 ◦ blue 168

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

Shades of Medium Aquamarine #75DDA8

Tints of Medium Aquamarine #75DDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 23.12%
G = 43.68%
B = 33.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#75DDA8 (or 0x75DDA8) is known color: Medium Aquamarine. HEX triplet: 75, DD and A8. RGB value is (117,221,168). Sum of RGB (Red+Green+Blue) = 117+221+168=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DDA8 is #8A2257. Grayscale: #B7B7B7. Windows color (decimal): -9052760 or 11066741. OLE color: 11066741.

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

Color convert

RGB 117 221 168 -
CMYK 0.47 0 0.24 0.13
HSL 149.42º 0.6% 0.66% -
HSV(B) 149.42º 0.47% 0.87% -
XYZ 40.26 58.32 46.18 -
YUV 183.86 119.04 80.31 -
System Red Green Blue C M Y K H S L
Decimal 117 221 168 0.47 0 0.24 0.13 149.42 0.6 0.66
Hex 75 DD A8 2F 0 18 D 95 3C 42
Octal 165 335 250 57 0 30 15 225 74 102
Binary 1110101 11011101 10101000 101111 0 11000 1101 10010101 111100 1000010

Color Harmonies of #75DDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DDA8

Black with #75DDA8

Text Example


Text Example

White with #75DDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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