Html Css Color HEX #75BEA1 Medium Aquamarine

📋 copy color: '#75BEA1'

red 117 ◦ green 190 ◦ blue 161

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

Shades of Medium Aquamarine #75BEA1

Tints of Medium Aquamarine #75BEA1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 161 (63.28% from 255) = 34.4%

R = 25%
G = 40.6%
B = 34.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#75BEA1 (or 0x75BEA1) is known color: Medium Aquamarine. HEX triplet: 75, BE and A1. RGB value is (117,190,161). Sum of RGB (Red+Green+Blue) = 117+190+161=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #75BEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BEA1 is #8A415E. Grayscale: #A4A4A4. Windows color (decimal): -9060703 or 10600053. OLE color: 10600053.

HSL color Cylindrical-coordinate representation of color #75BEA1: hue angle of 156.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BEA1 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 190 161 -
CMYK 0.38 0 0.15 0.25
HSL 156.16º 0.36% 0.6% -
HSV(B) 156.16º 0.38% 0.75% -
XYZ 32.18 43.18 40.36 -
YUV 164.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 117 190 161 0.38 0 0.15 0.25 156.16 0.36 0.6
Hex 75 BE A1 26 0 F 19 9C 24 3C
Octal 165 276 241 46 0 17 31 234 44 74
Binary 1110101 10111110 10100001 100110 0 1111 11001 10011100 100100 111100

Color Harmonies of #75BEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BEA1

Black with #75BEA1

Text Example


Text Example

White with #75BEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,190,161); }

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

background-color css

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

 a { background-color: rgb(117,190,161); }

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

border-color css

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

 span { border-color: rgb(117,190,161); }

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