Html Css Color HEX #75FFDA Aquamarine

📋 copy color: '#75FFDA'

red 117 ◦ green 255 ◦ blue 218

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

Shades of Aquamarine #75FFDA

Tints of Aquamarine #75FFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 19.83%
G = 43.22%
B = 36.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#75FFDA (or 0x75FFDA) is known color: Aquamarine. HEX triplet: 75, FF and DA. RGB value is (117,255,218). Sum of RGB (Red+Green+Blue) = 117+255+218=590 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.83% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFDA is #8A0025. Grayscale: #D1D1D1. Windows color (decimal): -9044006 or 14352245. OLE color: 14352245.

HSL color Cylindrical-coordinate representation of color #75FFDA: hue angle of 163.91º 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 #75FFDA is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 117 255 218 -
CMYK 0.54 0 0.15 0
HSL 163.91º 1% 0.73% -
HSV(B) 163.91º 0.54% 1% -
XYZ 55.75 80.36 78.9 -
YUV 209.52 132.78 62.01 -
System Red Green Blue C M Y K H S L
Decimal 117 255 218 0.54 0 0.15 0 163.91 1 0.73
Hex 75 FF DA 36 0 F 0 A4 64 49
Octal 165 377 332 66 0 17 0 244 144 111
Binary 1110101 11111111 11011010 110110 0 1111 0 10100100 1100100 1001001

Color Harmonies of #75FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFDA

Black with #75FFDA

Text Example


Text Example

White with #75FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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