Html Css Color HEX #74FDDC Aquamarine

📋 copy color: '#74FDDC'

red 116 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #74FDDC

Tints of Aquamarine #74FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.95%

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

R = 19.69%
G = 42.95%
B = 37.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#74FDDC (or 0x74FDDC) is known color: Aquamarine. HEX triplet: 74, FD and DC. RGB value is (116,253,220). Sum of RGB (Red+Green+Blue) = 116+253+220=589 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.69% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FDDC is #8B0223. Grayscale: #D0D0D0. Windows color (decimal): -9110052 or 14482804. OLE color: 14482804.

HSL color Cylindrical-coordinate representation of color #74FDDC: hue angle of 165.55º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FDDC is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 253 220 -
CMYK 0.54 0 0.13 0.01
HSL 165.55º 0.97% 0.72% -
HSV(B) 165.55º 0.54% 0.99% -
XYZ 55.25 79.13 80.07 -
YUV 208.28 134.61 62.18 -
System Red Green Blue C M Y K H S L
Decimal 116 253 220 0.54 0 0.13 0.01 165.55 0.97 0.72
Hex 74 FD DC 36 0 D 1 A6 61 48
Octal 164 375 334 66 0 15 1 246 141 110
Binary 1110100 11111101 11011100 110110 0 1101 1 10100110 1100001 1001000

Color Harmonies of #74FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FDDC

Black with #74FDDC

Text Example


Text Example

White with #74FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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