Html Css Color HEX #75C2A3 Medium Aquamarine

📋 copy color: '#75C2A3'

red 117 ◦ green 194 ◦ blue 163

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

Shades of Medium Aquamarine #75C2A3

Tints of Medium Aquamarine #75C2A3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.93%

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

R = 24.68%
G = 40.93%
B = 34.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#75C2A3 (or 0x75C2A3) is known color: Medium Aquamarine. HEX triplet: 75, C2 and A3. RGB value is (117,194,163). Sum of RGB (Red+Green+Blue) = 117+194+163=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #75C2A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C2A3 is #8A3D5C. Grayscale: #A7A7A7. Windows color (decimal): -9059677 or 10732149. OLE color: 10732149.

HSL color Cylindrical-coordinate representation of color #75C2A3: hue angle of 155.84º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C2A3 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 163 -
CMYK 0.40 0 0.16 0.24
HSL 155.84º 0.39% 0.61% -
HSV(B) 155.84º 0.4% 0.76% -
XYZ 33.24 45.01 41.59 -
YUV 167.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 117 194 163 0.40 0 0.16 0.24 155.84 0.39 0.61
Hex 75 C2 A3 28 0 10 18 9C 27 3D
Octal 165 302 243 50 0 20 30 234 47 75
Binary 1110101 11000010 10100011 101000 0 10000 11000 10011100 100111 111101

Color Harmonies of #75C2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C2A3

Black with #75C2A3

Text Example


Text Example

White with #75C2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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