Html Css Color HEX #75EAB2 Medium Aquamarine

📋 copy color: '#75EAB2'

red 117 ◦ green 234 ◦ blue 178

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

Shades of Medium Aquamarine #75EAB2

Tints of Medium Aquamarine #75EAB2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.23%

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 22.12%
G = 44.23%
B = 33.65%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#75EAB2 (or 0x75EAB2) is known color: Medium Aquamarine. HEX triplet: 75, EA and B2. RGB value is (117,234,178). Sum of RGB (Red+Green+Blue) = 117+234+178=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EAB2 is #8A154D. Grayscale: #C0C0C0. Windows color (decimal): -9049422 or 11725429. OLE color: 11725429.

HSL color Cylindrical-coordinate representation of color #75EAB2: hue angle of 151.28º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EAB2 is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 178 -
CMYK 0.5 0 0.24 0.08
HSL 151.28º 0.74% 0.69% -
HSV(B) 151.28º 0.5% 0.92% -
XYZ 44.79 65.84 52.47 -
YUV 192.63 119.74 74.05 -
System Red Green Blue C M Y K H S L
Decimal 117 234 178 0.5 0 0.24 0.08 151.28 0.74 0.69
Hex 75 EA B2 32 0 18 8 97 4A 45
Octal 165 352 262 62 0 30 10 227 112 105
Binary 1110101 11101010 10110010 110010 0 11000 1000 10010111 1001010 1000101

Color Harmonies of #75EAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EAB2

Black with #75EAB2

Text Example


Text Example

White with #75EAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,234,178); }

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

background-color css

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

 a { background-color: rgb(117,234,178); }

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

border-color css

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

 span { border-color: rgb(117,234,178); }

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