Html Css Color HEX #75ECD9 Aquamarine

📋 copy color: '#75ECD9'

red 117 ◦ green 236 ◦ blue 217

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

Shades of Aquamarine #75ECD9

Tints of Aquamarine #75ECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.4%

 BLUE value IS 217 (85.16% from 255) = 38.07%

R = 20.53%
G = 41.4%
B = 38.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#75ECD9 (or 0x75ECD9) is known color: Aquamarine. HEX triplet: 75, EC and D9. RGB value is (117,236,217). Sum of RGB (Red+Green+Blue) = 117+236+217=570 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.53% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECD9 is #8A1326. Grayscale: #C6C6C6. Windows color (decimal): -9048871 or 14281845. OLE color: 14281845.

HSL color Cylindrical-coordinate representation of color #75ECD9: hue angle of 170.42º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75ECD9 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 236 217 -
CMYK 0.50 0 0.08 0.07
HSL 170.42º 0.76% 0.69% -
HSV(B) 170.42º 0.5% 0.93% -
XYZ 49.86 68.78 76.29 -
YUV 198.25 138.58 70.04 -
System Red Green Blue C M Y K H S L
Decimal 117 236 217 0.50 0 0.08 0.07 170.42 0.76 0.69
Hex 75 EC D9 32 0 8 7 AA 4C 45
Octal 165 354 331 62 0 10 7 252 114 105
Binary 1110101 11101100 11011001 110010 0 1000 111 10101010 1001100 1000101

Color Harmonies of #75ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECD9

Black with #75ECD9

Text Example


Text Example

White with #75ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,236,217); }

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

background-color css

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

 a { background-color: rgb(117,236,217); }

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

border-color css

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

 span { border-color: rgb(117,236,217); }

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