Html Css Color HEX #74FCDC Aquamarine

📋 copy color: '#74FCDC'

red 116 ◦ green 252 ◦ blue 220

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

Shades of Aquamarine #74FCDC

Tints of Aquamarine #74FCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.86%

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

R = 19.73%
G = 42.86%
B = 37.41%

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

#74FCDC (or 0x74FCDC) is known color: Aquamarine. HEX triplet: 74, FC and DC. RGB value is (116,252,220). Sum of RGB (Red+Green+Blue) = 116+252+220=588 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.73% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCDC is #8B0323. Grayscale: #CFCFCF. Windows color (decimal): -9110308 or 14482548. OLE color: 14482548.

HSL color Cylindrical-coordinate representation of color #74FCDC: hue angle of 165.88º degrees, saturation: 0.96, 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 #74FCDC is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 252 220 -
CMYK 0.54 0 0.13 0.01
HSL 165.88º 0.96% 0.72% -
HSV(B) 165.88º 0.54% 0.99% -
XYZ 54.93 78.5 79.97 -
YUV 207.69 134.94 62.6 -
System Red Green Blue C M Y K H S L
Decimal 116 252 220 0.54 0 0.13 0.01 165.88 0.96 0.72
Hex 74 FC DC 36 0 D 1 A6 60 48
Octal 164 374 334 66 0 15 1 246 140 110
Binary 1110100 11111100 11011100 110110 0 1101 1 10100110 1100000 1001000

Color Harmonies of #74FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FCDC

Black with #74FCDC

Text Example


Text Example

White with #74FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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