Html Css Color HEX #74FCE2 Aquamarine

📋 copy color: '#74FCE2'

red 116 ◦ green 252 ◦ blue 226

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

Shades of Aquamarine #74FCE2

Tints of Aquamarine #74FCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.05%

R = 19.53%
G = 42.42%
B = 38.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#74FCE2 (or 0x74FCE2) is known color: Aquamarine. HEX triplet: 74, FC and E2. RGB value is (116,252,226). Sum of RGB (Red+Green+Blue) = 116+252+226=594 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.53% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCE2 is #8B031D. Grayscale: #D0D0D0. Windows color (decimal): -9110302 or 14875764. OLE color: 14875764.

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

Color convert

RGB 116 252 226 -
CMYK 0.54 0 0.10 0.01
HSL 168.53º 0.96% 0.72% -
HSV(B) 168.53º 0.54% 0.99% -
XYZ 55.74 78.82 84.23 -
YUV 208.37 137.94 62.11 -
System Red Green Blue C M Y K H S L
Decimal 116 252 226 0.54 0 0.10 0.01 168.53 0.96 0.72
Hex 74 FC E2 36 0 A 1 A9 60 48
Octal 164 374 342 66 0 12 1 251 140 110
Binary 1110100 11111100 11100010 110110 0 1010 1 10101001 1100000 1001000

Color Harmonies of #74FCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FCE2

Black with #74FCE2

Text Example


Text Example

White with #74FCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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