Html Css Color HEX #75EBA4 Medium Aquamarine

📋 copy color: '#75EBA4'

red 117 ◦ green 235 ◦ blue 164

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

Shades of Medium Aquamarine #75EBA4

Tints of Medium Aquamarine #75EBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.78%

R = 22.67%
G = 45.54%
B = 31.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#75EBA4 (or 0x75EBA4) is known color: Medium Aquamarine. HEX triplet: 75, EB and A4. RGB value is (117,235,164). Sum of RGB (Red+Green+Blue) = 117+235+164=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #75EBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EBA4 is #8A145B. Grayscale: #BFBFBF. Windows color (decimal): -9049180 or 10808181. OLE color: 10808181.

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

Color convert

RGB 117 235 164 -
CMYK 0.50 0 0.30 0.08
HSL 143.9º 0.75% 0.69% -
HSV(B) 143.9º 0.5% 0.92% -
XYZ 43.75 65.88 45.53 -
YUV 191.62 112.41 74.77 -
System Red Green Blue C M Y K H S L
Decimal 117 235 164 0.50 0 0.30 0.08 143.9 0.75 0.69
Hex 75 EB A4 32 0 1E 8 90 4B 45
Octal 165 353 244 62 0 36 10 220 113 105
Binary 1110101 11101011 10100100 110010 0 11110 1000 10010000 1001011 1000101

Color Harmonies of #75EBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EBA4

Black with #75EBA4

Text Example


Text Example

White with #75EBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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