Html Css Color HEX #74FFDF Aquamarine

📋 copy color: '#74FFDF'

red 116 ◦ green 255 ◦ blue 223

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

Shades of Aquamarine #74FFDF

Tints of Aquamarine #74FFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 19.53%
G = 42.93%
B = 37.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#74FFDF (or 0x74FFDF) is known color: Aquamarine. HEX triplet: 74, FF and DF. RGB value is (116,255,223). Sum of RGB (Red+Green+Blue) = 116+255+223=594 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.53% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFDF is #8B0020. Grayscale: #D1D1D1. Windows color (decimal): -9109537 or 14679924. OLE color: 14679924.

HSL color Cylindrical-coordinate representation of color #74FFDF: hue angle of 166.19º 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 #74FFDF is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 223 -
CMYK 0.55 0 0.13 0
HSL 166.19º 1% 0.73% -
HSV(B) 166.19º 0.55% 1% -
XYZ 56.28 80.56 82.4 -
YUV 209.79 135.45 61.1 -
System Red Green Blue C M Y K H S L
Decimal 116 255 223 0.55 0 0.13 0 166.19 1 0.73
Hex 74 FF DF 37 0 D 0 A6 64 49
Octal 164 377 337 67 0 15 0 246 144 111
Binary 1110100 11111111 11011111 110111 0 1101 0 10100110 1100100 1001001

Color Harmonies of #74FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFDF

Black with #74FFDF

Text Example


Text Example

White with #74FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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