Html Css Color HEX #75EEB2 Medium Aquamarine

📋 copy color: '#75EEB2'

red 117 ◦ green 238 ◦ blue 178

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

Shades of Medium Aquamarine #75EEB2

Tints of Medium Aquamarine #75EEB2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.65%

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

R = 21.95%
G = 44.65%
B = 33.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#75EEB2 (or 0x75EEB2) is known color: Medium Aquamarine. HEX triplet: 75, EE and B2. RGB value is (117,238,178). Sum of RGB (Red+Green+Blue) = 117+238+178=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EEB2 is #8A114D. Grayscale: #C3C3C3. Windows color (decimal): -9048398 or 11726453. OLE color: 11726453.

HSL color Cylindrical-coordinate representation of color #75EEB2: hue angle of 150.25º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EEB2 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 238 178 -
CMYK 0.51 0 0.25 0.07
HSL 150.25º 0.78% 0.7% -
HSV(B) 150.25º 0.51% 0.93% -
XYZ 45.95 68.15 52.85 -
YUV 194.98 118.41 72.38 -
System Red Green Blue C M Y K H S L
Decimal 117 238 178 0.51 0 0.25 0.07 150.25 0.78 0.7
Hex 75 EE B2 33 0 19 7 96 4E 46
Octal 165 356 262 63 0 31 7 226 116 106
Binary 1110101 11101110 10110010 110011 0 11001 111 10010110 1001110 1000110

Color Harmonies of #75EEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EEB2

Black with #75EEB2

Text Example


Text Example

White with #75EEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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