Html Css Color HEX #75E2B2 Medium Aquamarine

📋 copy color: '#75E2B2'

red 117 ◦ green 226 ◦ blue 178

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

Shades of Medium Aquamarine #75E2B2

Tints of Medium Aquamarine #75E2B2

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.38%

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

R = 22.46%
G = 43.38%
B = 34.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#75E2B2 (or 0x75E2B2) is known color: Medium Aquamarine. HEX triplet: 75, E2 and B2. RGB value is (117,226,178). Sum of RGB (Red+Green+Blue) = 117+226+178=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #75E2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E2B2 is #8A1D4D. Grayscale: #BCBCBC. Windows color (decimal): -9051470 or 11723381. OLE color: 11723381.

HSL color Cylindrical-coordinate representation of color #75E2B2: hue angle of 153.58º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E2B2 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 226 178 -
CMYK 0.48 0 0.21 0.11
HSL 153.58º 0.65% 0.67% -
HSV(B) 153.58º 0.48% 0.89% -
XYZ 42.57 61.39 51.73 -
YUV 187.94 122.39 77.4 -
System Red Green Blue C M Y K H S L
Decimal 117 226 178 0.48 0 0.21 0.11 153.58 0.65 0.67
Hex 75 E2 B2 30 0 15 B 9A 41 43
Octal 165 342 262 60 0 25 13 232 101 103
Binary 1110101 11100010 10110010 110000 0 10101 1011 10011010 1000001 1000011

Color Harmonies of #75E2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E2B2

Black with #75E2B2

Text Example


Text Example

White with #75E2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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