Html Css Color HEX #75FEDD Aquamarine

📋 copy color: '#75FEDD'

red 117 ◦ green 254 ◦ blue 221

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

Shades of Aquamarine #75FEDD

Tints of Aquamarine #75FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.91%

 BLUE value IS 221 (86.72% from 255) = 37.33%

R = 19.76%
G = 42.91%
B = 37.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#75FEDD (or 0x75FEDD) is known color: Aquamarine. HEX triplet: 75, FE and DD. RGB value is (117,254,221). Sum of RGB (Red+Green+Blue) = 117+254+221=592 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.76% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FEDD is #8A0122. Grayscale: #D1D1D1. Windows color (decimal): -9044259 or 14548597. OLE color: 14548597.

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

Color convert

RGB 117 254 221 -
CMYK 0.54 0 0.13 0.00
HSL 165.55º 0.99% 0.73% -
HSV(B) 165.55º 0.54% 1% -
XYZ 55.83 79.89 80.88 -
YUV 209.28 134.61 62.18 -
System Red Green Blue C M Y K H S L
Decimal 117 254 221 0.54 0 0.13 0.00 165.55 0.99 0.73
Hex 75 FE DD 36 0 D 0 A6 63 49
Octal 165 376 335 66 0 15 0 246 143 111
Binary 1110101 11111110 11011101 110110 0 1101 0 10100110 1100011 1001001

Color Harmonies of #75FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FEDD

Black with #75FEDD

Text Example


Text Example

White with #75FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,254,221); }

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

background-color css

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

 a { background-color: rgb(117,254,221); }

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

border-color css

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

 span { border-color: rgb(117,254,221); }

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