Html Css Color HEX #74FAE1 Aquamarine

📋 copy color: '#74FAE1'

red 116 ◦ green 250 ◦ blue 225

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

Shades of Aquamarine #74FAE1

Tints of Aquamarine #74FAE1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.3%

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 19.63%
G = 42.3%
B = 38.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#74FAE1 (or 0x74FAE1) is known color: Aquamarine. HEX triplet: 74, FA and E1. RGB value is (116,250,225). Sum of RGB (Red+Green+Blue) = 116+250+225=591 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.63% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #74FAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FAE1 is #8B051E. Grayscale: #CFCFCF. Windows color (decimal): -9110815 or 14809716. OLE color: 14809716.

HSL color Cylindrical-coordinate representation of color #74FAE1: hue angle of 168.81º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FAE1 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 250 225 -
CMYK 0.54 0 0.10 0.02
HSL 168.81º 0.93% 0.72% -
HSV(B) 168.81º 0.54% 0.98% -
XYZ 54.98 77.52 83.3 -
YUV 207.08 138.11 63.03 -
System Red Green Blue C M Y K H S L
Decimal 116 250 225 0.54 0 0.10 0.02 168.81 0.93 0.72
Hex 74 FA E1 36 0 A 2 A9 5D 48
Octal 164 372 341 66 0 12 2 251 135 110
Binary 1110100 11111010 11100001 110110 0 1010 10 10101001 1011101 1001000

Color Harmonies of #74FAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FAE1

Black with #74FAE1

Text Example


Text Example

White with #74FAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,250,225); }

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

background-color css

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

 a { background-color: rgb(116,250,225); }

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

border-color css

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

 span { border-color: rgb(116,250,225); }

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