Html Css Color HEX #75EDB0 Medium Aquamarine

📋 copy color: '#75EDB0'

red 117 ◦ green 237 ◦ blue 176

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

Shades of Medium Aquamarine #75EDB0

Tints of Medium Aquamarine #75EDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.72%

 BLUE value IS 176 (69.14% from 255) = 33.21%

R = 22.08%
G = 44.72%
B = 33.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#75EDB0 (or 0x75EDB0) is known color: Medium Aquamarine. HEX triplet: 75, ED and B0. RGB value is (117,237,176). Sum of RGB (Red+Green+Blue) = 117+237+176=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EDB0 is #8A124F. Grayscale: #C2C2C2. Windows color (decimal): -9048656 or 11595125. OLE color: 11595125.

HSL color Cylindrical-coordinate representation of color #75EDB0: hue angle of 149.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EDB0 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 237 176 -
CMYK 0.51 0 0.26 0.07
HSL 149.5º 0.77% 0.69% -
HSV(B) 149.5º 0.51% 0.93% -
XYZ 45.46 67.48 51.7 -
YUV 194.17 117.74 72.96 -
System Red Green Blue C M Y K H S L
Decimal 117 237 176 0.51 0 0.26 0.07 149.5 0.77 0.69
Hex 75 ED B0 33 0 1A 7 96 4D 45
Octal 165 355 260 63 0 32 7 226 115 105
Binary 1110101 11101101 10110000 110011 0 11010 111 10010110 1001101 1000101

Color Harmonies of #75EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EDB0

Black with #75EDB0

Text Example


Text Example

White with #75EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,237,176); }

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

background-color css

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

 a { background-color: rgb(117,237,176); }

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

border-color css

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

 span { border-color: rgb(117,237,176); }

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