Html Css Color HEX #75DD9B Medium Aquamarine

📋 copy color: '#75DD9B'

red 117 ◦ green 221 ◦ blue 155

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

Shades of Medium Aquamarine #75DD9B

Tints of Medium Aquamarine #75DD9B

RGB

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

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

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

R = 23.73%
G = 44.83%
B = 31.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#75DD9B (or 0x75DD9B) is known color: Medium Aquamarine. HEX triplet: 75, DD and 9B. RGB value is (117,221,155). Sum of RGB (Red+Green+Blue) = 117+221+155=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DD9B is #8A2264. Grayscale: #B6B6B6. Windows color (decimal): -9052773 or 10214773. OLE color: 10214773.

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

Color convert

RGB 117 221 155 -
CMYK 0.47 0 0.30 0.13
HSL 141.92º 0.6% 0.66% -
HSV(B) 141.92º 0.47% 0.87% -
XYZ 39.11 57.86 40.12 -
YUV 182.38 112.54 81.37 -
System Red Green Blue C M Y K H S L
Decimal 117 221 155 0.47 0 0.30 0.13 141.92 0.6 0.66
Hex 75 DD 9B 2F 0 1E D 8E 3C 42
Octal 165 335 233 57 0 36 15 216 74 102
Binary 1110101 11011101 10011011 101111 0 11110 1101 10001110 111100 1000010

Color Harmonies of #75DD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DD9B

Black with #75DD9B

Text Example


Text Example

White with #75DD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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