Html Css Color HEX #75FFDE Aquamarine

📋 copy color: '#75FFDE'

red 117 ◦ green 255 ◦ blue 222

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

Shades of Aquamarine #75FFDE

Tints of Aquamarine #75FFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 42.93%

 BLUE value IS 222 (87.11% from 255) = 37.37%

R = 19.7%
G = 42.93%
B = 37.37%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#75FFDE (or 0x75FFDE) is known color: Aquamarine. HEX triplet: 75, FF and DE. RGB value is (117,255,222). Sum of RGB (Red+Green+Blue) = 117+255+222=594 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.70% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFDE is #8A0021. Grayscale: #D1D1D1. Windows color (decimal): -9044002 or 14614389. OLE color: 14614389.

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

Color convert

RGB 117 255 222 -
CMYK 0.54 0 0.13 0
HSL 165.65º 1% 0.73% -
HSV(B) 165.65º 0.54% 1% -
XYZ 56.28 80.58 81.69 -
YUV 209.98 134.78 61.68 -
System Red Green Blue C M Y K H S L
Decimal 117 255 222 0.54 0 0.13 0 165.65 1 0.73
Hex 75 FF DE 36 0 D 0 A6 64 49
Octal 165 377 336 66 0 15 0 246 144 111
Binary 1110101 11111111 11011110 110110 0 1101 0 10100110 1100100 1001001

Color Harmonies of #75FFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFDE

Black with #75FFDE

Text Example


Text Example

White with #75FFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,255,222); }

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

background-color css

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

 a { background-color: rgb(117,255,222); }

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

border-color css

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

 span { border-color: rgb(117,255,222); }

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