Html Css Color HEX #74FDE0 Aquamarine

📋 copy color: '#74FDE0'

red 116 ◦ green 253 ◦ blue 224

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

Shades of Aquamarine #74FDE0

Tints of Aquamarine #74FDE0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.66%

 BLUE value IS 224 (87.89% from 255) = 37.77%

R = 19.56%
G = 42.66%
B = 37.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#74FDE0 (or 0x74FDE0) is known color: Aquamarine. HEX triplet: 74, FD and E0. RGB value is (116,253,224). Sum of RGB (Red+Green+Blue) = 116+253+224=593 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.56% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FDE0 is #8B021F. Grayscale: #D0D0D0. Windows color (decimal): -9110048 or 14744948. OLE color: 14744948.

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

Color convert

RGB 116 253 224 -
CMYK 0.54 0 0.11 0.01
HSL 167.3º 0.97% 0.72% -
HSV(B) 167.3º 0.54% 0.99% -
XYZ 55.78 79.35 82.9 -
YUV 208.73 136.61 61.86 -
System Red Green Blue C M Y K H S L
Decimal 116 253 224 0.54 0 0.11 0.01 167.3 0.97 0.72
Hex 74 FD E0 36 0 B 1 A7 61 48
Octal 164 375 340 66 0 13 1 247 141 110
Binary 1110100 11111101 11100000 110110 0 1011 1 10100111 1100001 1001000

Color Harmonies of #74FDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FDE0

Black with #74FDE0

Text Example


Text Example

White with #74FDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,253,224); }

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

background-color css

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

 a { background-color: rgb(116,253,224); }

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

border-color css

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

 span { border-color: rgb(116,253,224); }

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