Html Css Color HEX #74FFDC Aquamarine

📋 copy color: '#74FFDC'

red 116 ◦ green 255 ◦ blue 220

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

Shades of Aquamarine #74FFDC

Tints of Aquamarine #74FFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 19.63%
G = 43.15%
B = 37.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#74FFDC (or 0x74FFDC) is known color: Aquamarine. HEX triplet: 74, FF and DC. RGB value is (116,255,220). Sum of RGB (Red+Green+Blue) = 116+255+220=591 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.63% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFDC is #8B0023. Grayscale: #D1D1D1. Windows color (decimal): -9109540 or 14483316. OLE color: 14483316.

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

Color convert

RGB 116 255 220 -
CMYK 0.55 0 0.14 0
HSL 164.89º 1% 0.73% -
HSV(B) 164.89º 0.55% 1% -
XYZ 55.88 80.4 80.28 -
YUV 209.45 133.95 61.35 -
System Red Green Blue C M Y K H S L
Decimal 116 255 220 0.55 0 0.14 0 164.89 1 0.73
Hex 74 FF DC 37 0 E 0 A5 64 49
Octal 164 377 334 67 0 16 0 245 144 111
Binary 1110100 11111111 11011100 110111 0 1110 0 10100101 1100100 1001001

Color Harmonies of #74FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFDC

Black with #74FFDC

Text Example


Text Example

White with #74FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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