Html Css Color HEX #75C8AA Medium Aquamarine

📋 copy color: '#75C8AA'

red 117 ◦ green 200 ◦ blue 170

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

Shades of Medium Aquamarine #75C8AA

Tints of Medium Aquamarine #75C8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.07%

 BLUE value IS 170 (66.8% from 255) = 34.91%

R = 24.02%
G = 41.07%
B = 34.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#75C8AA (or 0x75C8AA) is known color: Medium Aquamarine. HEX triplet: 75, C8 and AA. RGB value is (117,200,170). Sum of RGB (Red+Green+Blue) = 117+200+170=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #75C8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C8AA is #8A3755. Grayscale: #ABABAB. Windows color (decimal): -9058134 or 11192437. OLE color: 11192437.

HSL color Cylindrical-coordinate representation of color #75C8AA: hue angle of 158.31º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C8AA is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 200 170 -
CMYK 0.42 0 0.15 0.22
HSL 158.31º 0.43% 0.62% -
HSV(B) 158.31º 0.42% 0.78% -
XYZ 35.25 47.99 45.44 -
YUV 171.76 127 88.94 -
System Red Green Blue C M Y K H S L
Decimal 117 200 170 0.42 0 0.15 0.22 158.31 0.43 0.62
Hex 75 C8 AA 2A 0 F 16 9E 2B 3E
Octal 165 310 252 52 0 17 26 236 53 76
Binary 1110101 11001000 10101010 101010 0 1111 10110 10011110 101011 111110

Color Harmonies of #75C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C8AA

Black with #75C8AA

Text Example


Text Example

White with #75C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,200,170); }

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

background-color css

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

 a { background-color: rgb(117,200,170); }

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

border-color css

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

 span { border-color: rgb(117,200,170); }

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