Html Css Color HEX #75DC9B Medium Aquamarine

📋 copy color: '#75DC9B'

red 117 ◦ green 220 ◦ blue 155

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

Shades of Medium Aquamarine #75DC9B

Tints of Medium Aquamarine #75DC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 23.78%
G = 44.72%
B = 31.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#75DC9B (or 0x75DC9B) is known color: Medium Aquamarine. HEX triplet: 75, DC and 9B. RGB value is (117,220,155). Sum of RGB (Red+Green+Blue) = 117+220+155=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC9B is #8A2364. Grayscale: #B5B5B5. Windows color (decimal): -9053029 or 10214517. OLE color: 10214517.

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

Color convert

RGB 117 220 155 -
CMYK 0.47 0 0.30 0.14
HSL 142.14º 0.6% 0.66% -
HSV(B) 142.14º 0.47% 0.86% -
XYZ 38.85 57.33 40.03 -
YUV 181.79 112.88 81.79 -
System Red Green Blue C M Y K H S L
Decimal 117 220 155 0.47 0 0.30 0.14 142.14 0.6 0.66
Hex 75 DC 9B 2F 0 1E E 8E 3C 42
Octal 165 334 233 57 0 36 16 216 74 102
Binary 1110101 11011100 10011011 101111 0 11110 1110 10001110 111100 1000010

Color Harmonies of #75DC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC9B

Black with #75DC9B

Text Example


Text Example

White with #75DC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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