Html Css Color HEX #74FFDA Aquamarine

📋 copy color: '#74FFDA'

red 116 ◦ green 255 ◦ blue 218

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

Shades of Aquamarine #74FFDA

Tints of Aquamarine #74FFDA

RGB

 RED value IS 116 (45.7% from 255) = 19.69%

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

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

R = 19.69%
G = 43.29%
B = 37.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#74FFDA (or 0x74FFDA) is known color: Aquamarine. HEX triplet: 74, FF and DA. RGB value is (116,255,218). Sum of RGB (Red+Green+Blue) = 116+255+218=589 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.69% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFDA is #8B0025. Grayscale: #D1D1D1. Windows color (decimal): -9109542 or 14352244. OLE color: 14352244.

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

Color convert

RGB 116 255 218 -
CMYK 0.55 0 0.15 0
HSL 164.03º 1% 0.73% -
HSV(B) 164.03º 0.55% 1% -
XYZ 55.62 80.29 78.9 -
YUV 209.22 132.95 61.51 -
System Red Green Blue C M Y K H S L
Decimal 116 255 218 0.55 0 0.15 0 164.03 1 0.73
Hex 74 FF DA 37 0 F 0 A4 64 49
Octal 164 377 332 67 0 17 0 244 144 111
Binary 1110100 11111111 11011010 110111 0 1111 0 10100100 1100100 1001001

Color Harmonies of #74FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFDA

Black with #74FFDA

Text Example


Text Example

White with #74FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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