Html Css Color HEX #75FDD9 Aquamarine

📋 copy color: '#75FDD9'

red 117 ◦ green 253 ◦ blue 217

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

Shades of Aquamarine #75FDD9

Tints of Aquamarine #75FDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.1%

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

R = 19.93%
G = 43.1%
B = 36.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#75FDD9 (or 0x75FDD9) is known color: Aquamarine. HEX triplet: 75, FD and D9. RGB value is (117,253,217). Sum of RGB (Red+Green+Blue) = 117+253+217=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDD9 is #8A0226. Grayscale: #D0D0D0. Windows color (decimal): -9044519 or 14286197. OLE color: 14286197.

HSL color Cylindrical-coordinate representation of color #75FDD9: hue angle of 164.12º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FDD9 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 253 217 -
CMYK 0.54 0 0.14 0.01
HSL 164.12º 0.97% 0.73% -
HSV(B) 164.12º 0.54% 0.99% -
XYZ 54.99 79.04 78 -
YUV 208.23 132.94 62.93 -
System Red Green Blue C M Y K H S L
Decimal 117 253 217 0.54 0 0.14 0.01 164.12 0.97 0.73
Hex 75 FD D9 36 0 E 1 A4 61 49
Octal 165 375 331 66 0 16 1 244 141 111
Binary 1110101 11111101 11011001 110110 0 1110 1 10100100 1100001 1001001

Color Harmonies of #75FDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FDD9

Black with #75FDD9

Text Example


Text Example

White with #75FDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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