Html Css Color HEX #75DC9E Medium Aquamarine

📋 copy color: '#75DC9E'

red 117 ◦ green 220 ◦ blue 158

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

Shades of Medium Aquamarine #75DC9E

Tints of Medium Aquamarine #75DC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.92%

R = 23.64%
G = 44.44%
B = 31.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#75DC9E (or 0x75DC9E) is known color: Medium Aquamarine. HEX triplet: 75, DC and 9E. RGB value is (117,220,158). Sum of RGB (Red+Green+Blue) = 117+220+158=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC9E is #8A2361. Grayscale: #B6B6B6. Windows color (decimal): -9053026 or 10411125. OLE color: 10411125.

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

Color convert

RGB 117 220 158 -
CMYK 0.47 0 0.28 0.14
HSL 143.88º 0.6% 0.66% -
HSV(B) 143.88º 0.47% 0.86% -
XYZ 39.1 57.44 41.37 -
YUV 182.14 114.38 81.54 -
System Red Green Blue C M Y K H S L
Decimal 117 220 158 0.47 0 0.28 0.14 143.88 0.6 0.66
Hex 75 DC 9E 2F 0 1C E 90 3C 42
Octal 165 334 236 57 0 34 16 220 74 102
Binary 1110101 11011100 10011110 101111 0 11100 1110 10010000 111100 1000010

Color Harmonies of #75DC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC9E

Black with #75DC9E

Text Example


Text Example

White with #75DC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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