Html Css Color HEX #75CEA2 Medium Aquamarine

📋 copy color: '#75CEA2'

red 117 ◦ green 206 ◦ blue 162

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

Shades of Medium Aquamarine #75CEA2

Tints of Medium Aquamarine #75CEA2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

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

R = 24.12%
G = 42.47%
B = 33.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#75CEA2 (or 0x75CEA2) is known color: Medium Aquamarine. HEX triplet: 75, CE and A2. RGB value is (117,206,162). Sum of RGB (Red+Green+Blue) = 117+206+162=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CEA2 is #8A315D. Grayscale: #AEAEAE. Windows color (decimal): -9056606 or 10669685. OLE color: 10669685.

HSL color Cylindrical-coordinate representation of color #75CEA2: hue angle of 150.34º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CEA2 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 162 -
CMYK 0.43 0 0.21 0.19
HSL 150.34º 0.48% 0.63% -
HSV(B) 150.34º 0.43% 0.81% -
XYZ 35.93 50.53 42.04 -
YUV 174.37 121.01 87.08 -
System Red Green Blue C M Y K H S L
Decimal 117 206 162 0.43 0 0.21 0.19 150.34 0.48 0.63
Hex 75 CE A2 2B 0 15 13 96 30 3F
Octal 165 316 242 53 0 25 23 226 60 77
Binary 1110101 11001110 10100010 101011 0 10101 10011 10010110 110000 111111

Color Harmonies of #75CEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CEA2

Black with #75CEA2

Text Example


Text Example

White with #75CEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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