Html Css Color HEX #74FCD5 Aquamarine

📋 copy color: '#74FCD5'

red 116 ◦ green 252 ◦ blue 213

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

Shades of Aquamarine #74FCD5

Tints of Aquamarine #74FCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.66%

R = 19.97%
G = 43.37%
B = 36.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#74FCD5 (or 0x74FCD5) is known color: Aquamarine. HEX triplet: 74, FC and D5. RGB value is (116,252,213). Sum of RGB (Red+Green+Blue) = 116+252+213=581 (76% of max value = 765). Red value is 116 (45.70% from 255 or 19.97% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCD5 is #8B032A. Grayscale: #CECECE. Windows color (decimal): -9110315 or 14023796. OLE color: 14023796.

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

Color convert

RGB 116 252 213 -
CMYK 0.54 0 0.15 0.01
HSL 162.79º 0.96% 0.72% -
HSV(B) 162.79º 0.54% 0.99% -
XYZ 54.02 78.14 75.19 -
YUV 206.89 131.44 63.17 -
System Red Green Blue C M Y K H S L
Decimal 116 252 213 0.54 0 0.15 0.01 162.79 0.96 0.72
Hex 74 FC D5 36 0 F 1 A3 60 48
Octal 164 374 325 66 0 17 1 243 140 110
Binary 1110100 11111100 11010101 110110 0 1111 1 10100011 1100000 1001000

Color Harmonies of #74FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FCD5

Black with #74FCD5

Text Example


Text Example

White with #74FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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