Html Css Color HEX #75D7A8 Medium Aquamarine

📋 copy color: '#75D7A8'

red 117 ◦ green 215 ◦ blue 168

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

Shades of Medium Aquamarine #75D7A8

Tints of Medium Aquamarine #75D7A8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43%

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

R = 23.4%
G = 43%
B = 33.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#75D7A8 (or 0x75D7A8) is known color: Medium Aquamarine. HEX triplet: 75, D7 and A8. RGB value is (117,215,168). Sum of RGB (Red+Green+Blue) = 117+215+168=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #75D7A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D7A8 is #8A2857. Grayscale: #B4B4B4. Windows color (decimal): -9054296 or 11065205. OLE color: 11065205.

HSL color Cylindrical-coordinate representation of color #75D7A8: hue angle of 151.22º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D7A8 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 215 168 -
CMYK 0.46 0 0.22 0.16
HSL 151.22º 0.55% 0.65% -
HSV(B) 151.22º 0.46% 0.84% -
XYZ 38.7 55.21 45.66 -
YUV 180.34 121.03 82.82 -
System Red Green Blue C M Y K H S L
Decimal 117 215 168 0.46 0 0.22 0.16 151.22 0.55 0.65
Hex 75 D7 A8 2E 0 16 10 97 37 41
Octal 165 327 250 56 0 26 20 227 67 101
Binary 1110101 11010111 10101000 101110 0 10110 10000 10010111 110111 1000001

Color Harmonies of #75D7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D7A8

Black with #75D7A8

Text Example


Text Example

White with #75D7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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