Html Css Color HEX #75C0A3 Medium Aquamarine

📋 copy color: '#75C0A3'

red 117 ◦ green 192 ◦ blue 163

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

Shades of Medium Aquamarine #75C0A3

Tints of Medium Aquamarine #75C0A3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.68%

 BLUE value IS 163 (64.06% from 255) = 34.53%

R = 24.79%
G = 40.68%
B = 34.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#75C0A3 (or 0x75C0A3) is known color: Medium Aquamarine. HEX triplet: 75, C0 and A3. RGB value is (117,192,163). Sum of RGB (Red+Green+Blue) = 117+192+163=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #75C0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C0A3 is #8A3F5C. Grayscale: #A6A6A6. Windows color (decimal): -9060189 or 10731637. OLE color: 10731637.

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

Color convert

RGB 117 192 163 -
CMYK 0.39 0 0.15 0.25
HSL 156.8º 0.37% 0.61% -
HSV(B) 156.8º 0.39% 0.75% -
XYZ 32.8 44.13 41.44 -
YUV 166.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 117 192 163 0.39 0 0.15 0.25 156.8 0.37 0.61
Hex 75 C0 A3 27 0 F 19 9D 25 3D
Octal 165 300 243 47 0 17 31 235 45 75
Binary 1110101 11000000 10100011 100111 0 1111 11001 10011101 100101 111101

Color Harmonies of #75C0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C0A3

Black with #75C0A3

Text Example


Text Example

White with #75C0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,192,163); }

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

background-color css

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

 a { background-color: rgb(117,192,163); }

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

border-color css

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

 span { border-color: rgb(117,192,163); }

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