Html Css Color HEX #75D89C Medium Aquamarine

📋 copy color: '#75D89C'

red 117 ◦ green 216 ◦ blue 156

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

Shades of Medium Aquamarine #75D89C

Tints of Medium Aquamarine #75D89C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.17%

 BLUE value IS 156 (61.33% from 255) = 31.9%

R = 23.93%
G = 44.17%
B = 31.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#75D89C (or 0x75D89C) is known color: Medium Aquamarine. HEX triplet: 75, D8 and 9C. RGB value is (117,216,156). Sum of RGB (Red+Green+Blue) = 117+216+156=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #75D89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D89C is #8A2763. Grayscale: #B3B3B3. Windows color (decimal): -9054052 or 10279029. OLE color: 10279029.

HSL color Cylindrical-coordinate representation of color #75D89C: hue angle of 143.64º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D89C is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 216 156 -
CMYK 0.46 0 0.28 0.15
HSL 143.64º 0.56% 0.65% -
HSV(B) 143.64º 0.46% 0.85% -
XYZ 37.89 55.29 40.13 -
YUV 179.56 114.7 83.38 -
System Red Green Blue C M Y K H S L
Decimal 117 216 156 0.46 0 0.28 0.15 143.64 0.56 0.65
Hex 75 D8 9C 2E 0 1C F 90 38 41
Octal 165 330 234 56 0 34 17 220 70 101
Binary 1110101 11011000 10011100 101110 0 11100 1111 10010000 111000 1000001

Color Harmonies of #75D89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D89C

Black with #75D89C

Text Example


Text Example

White with #75D89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,216,156); }

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

background-color css

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

 a { background-color: rgb(117,216,156); }

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

border-color css

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

 span { border-color: rgb(117,216,156); }

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