Html Css Color HEX #74FCE6 Aquamarine

📋 copy color: '#74FCE6'

red 116 ◦ green 252 ◦ blue 230

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

Shades of Aquamarine #74FCE6

Tints of Aquamarine #74FCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.46%

R = 19.4%
G = 42.14%
B = 38.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#74FCE6 (or 0x74FCE6) is known color: Aquamarine. HEX triplet: 74, FC and E6. RGB value is (116,252,230). Sum of RGB (Red+Green+Blue) = 116+252+230=598 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.40% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FCE6 is #8B0319. Grayscale: #D0D0D0. Windows color (decimal): -9110298 or 15137908. OLE color: 15137908.

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

Color convert

RGB 116 252 230 -
CMYK 0.54 0 0.09 0.01
HSL 170.29º 0.96% 0.72% -
HSV(B) 170.29º 0.54% 0.99% -
XYZ 56.3 79.05 87.15 -
YUV 208.83 139.94 61.79 -
System Red Green Blue C M Y K H S L
Decimal 116 252 230 0.54 0 0.09 0.01 170.29 0.96 0.72
Hex 74 FC E6 36 0 9 1 AA 60 48
Octal 164 374 346 66 0 11 1 252 140 110
Binary 1110100 11111100 11100110 110110 0 1001 1 10101010 1100000 1001000

Color Harmonies of #74FCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FCE6

Black with #74FCE6

Text Example


Text Example

White with #74FCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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