Html Css Color HEX #75EBA2 Medium Aquamarine

📋 copy color: '#75EBA2'

red 117 ◦ green 235 ◦ blue 162

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

Shades of Medium Aquamarine #75EBA2

Tints of Medium Aquamarine #75EBA2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.72%

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

R = 22.76%
G = 45.72%
B = 31.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#75EBA2 (or 0x75EBA2) is known color: Medium Aquamarine. HEX triplet: 75, EB and A2. RGB value is (117,235,162). Sum of RGB (Red+Green+Blue) = 117+235+162=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #75EBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EBA2 is #8A145D. Grayscale: #BFBFBF. Windows color (decimal): -9049182 or 10677109. OLE color: 10677109.

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

Color convert

RGB 117 235 162 -
CMYK 0.50 0 0.31 0.08
HSL 142.88º 0.75% 0.69% -
HSV(B) 142.88º 0.5% 0.92% -
XYZ 43.57 65.81 44.59 -
YUV 191.4 111.41 74.94 -
System Red Green Blue C M Y K H S L
Decimal 117 235 162 0.50 0 0.31 0.08 142.88 0.75 0.69
Hex 75 EB A2 32 0 1F 8 8F 4B 45
Octal 165 353 242 62 0 37 10 217 113 105
Binary 1110101 11101011 10100010 110010 0 11111 1000 10001111 1001011 1000101

Color Harmonies of #75EBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EBA2

Black with #75EBA2

Text Example


Text Example

White with #75EBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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