Html Css Color HEX #74FAD2 Aquamarine

📋 copy color: '#74FAD2'

red 116 ◦ green 250 ◦ blue 210

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

Shades of Aquamarine #74FAD2

Tints of Aquamarine #74FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.46%

R = 20.14%
G = 43.4%
B = 36.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#74FAD2 (or 0x74FAD2) is known color: Aquamarine. HEX triplet: 74, FA and D2. RGB value is (116,250,210). Sum of RGB (Red+Green+Blue) = 116+250+210=576 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.14% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #74FAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FAD2 is #8B052D. Grayscale: #CDCDCD. Windows color (decimal): -9110830 or 13826676. OLE color: 13826676.

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

Color convert

RGB 116 250 210 -
CMYK 0.54 0 0.16 0.02
HSL 162.09º 0.93% 0.72% -
HSV(B) 162.09º 0.54% 0.98% -
XYZ 53.02 76.74 72.99 -
YUV 205.37 130.61 64.25 -
System Red Green Blue C M Y K H S L
Decimal 116 250 210 0.54 0 0.16 0.02 162.09 0.93 0.72
Hex 74 FA D2 36 0 10 2 A2 5D 48
Octal 164 372 322 66 0 20 2 242 135 110
Binary 1110100 11111010 11010010 110110 0 10000 10 10100010 1011101 1001000

Color Harmonies of #74FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FAD2

Black with #74FAD2

Text Example


Text Example

White with #74FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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