Html Css Color HEX #75EAA2 Medium Aquamarine

📋 copy color: '#75EAA2'

red 117 ◦ green 234 ◦ blue 162

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

Shades of Medium Aquamarine #75EAA2

Tints of Medium Aquamarine #75EAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.58%

R = 22.81%
G = 45.61%
B = 31.58%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#75EAA2 (or 0x75EAA2) is known color: Medium Aquamarine. HEX triplet: 75, EA and A2. RGB value is (117,234,162). Sum of RGB (Red+Green+Blue) = 117+234+162=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EAA2 is #8A155D. Grayscale: #BEBEBE. Windows color (decimal): -9049438 or 10676853. OLE color: 10676853.

HSL color Cylindrical-coordinate representation of color #75EAA2: hue angle of 143.08º 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 #75EAA2 is Cyan = 0.5, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 162 -
CMYK 0.5 0 0.31 0.08
HSL 143.08º 0.74% 0.69% -
HSV(B) 143.08º 0.5% 0.92% -
XYZ 43.28 65.24 44.49 -
YUV 190.81 111.74 75.35 -
System Red Green Blue C M Y K H S L
Decimal 117 234 162 0.5 0 0.31 0.08 143.08 0.74 0.69
Hex 75 EA A2 32 0 1F 8 8F 4A 45
Octal 165 352 242 62 0 37 10 217 112 105
Binary 1110101 11101010 10100010 110010 0 11111 1000 10001111 1001010 1000101

Color Harmonies of #75EAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EAA2

Black with #75EAA2

Text Example


Text Example

White with #75EAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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