Html Css Color HEX #74FFCE Aquamarine

📋 copy color: '#74FFCE'

red 116 ◦ green 255 ◦ blue 206

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

Shades of Aquamarine #74FFCE

Tints of Aquamarine #74FFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 20.1%
G = 44.19%
B = 35.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#74FFCE (or 0x74FFCE) is known color: Aquamarine. HEX triplet: 74, FF and CE. RGB value is (116,255,206). Sum of RGB (Red+Green+Blue) = 116+255+206=577 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.10% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFCE is #8B0031. Grayscale: #CFCFCF. Windows color (decimal): -9109554 or 13565812. OLE color: 13565812.

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

Color convert

RGB 116 255 206 -
CMYK 0.55 0 0.19 0
HSL 158.85º 1% 0.73% -
HSV(B) 158.85º 0.55% 1% -
XYZ 54.1 79.69 70.92 -
YUV 207.85 126.95 62.48 -
System Red Green Blue C M Y K H S L
Decimal 116 255 206 0.55 0 0.19 0 158.85 1 0.73
Hex 74 FF CE 37 0 13 0 9F 64 49
Octal 164 377 316 67 0 23 0 237 144 111
Binary 1110100 11111111 11001110 110111 0 10011 0 10011111 1100100 1001001

Color Harmonies of #74FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFCE

Black with #74FFCE

Text Example


Text Example

White with #74FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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