Html Css Color HEX #74FADD Aquamarine

📋 copy color: '#74FADD'

red 116 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #74FADD

Tints of Aquamarine #74FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.65%

R = 19.76%
G = 42.59%
B = 37.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#74FADD (or 0x74FADD) is known color: Aquamarine. HEX triplet: 74, FA and DD. RGB value is (116,250,221). Sum of RGB (Red+Green+Blue) = 116+250+221=587 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.76% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #74FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FADD is #8B0522. Grayscale: #CECECE. Windows color (decimal): -9110819 or 14547572. OLE color: 14547572.

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

Color convert

RGB 116 250 221 -
CMYK 0.54 0 0.12 0.02
HSL 167.01º 0.93% 0.72% -
HSV(B) 167.01º 0.54% 0.98% -
XYZ 54.44 77.3 80.46 -
YUV 206.63 136.11 63.36 -
System Red Green Blue C M Y K H S L
Decimal 116 250 221 0.54 0 0.12 0.02 167.01 0.93 0.72
Hex 74 FA DD 36 0 C 2 A7 5D 48
Octal 164 372 335 66 0 14 2 247 135 110
Binary 1110100 11111010 11011101 110110 0 1100 10 10100111 1011101 1001000

Color Harmonies of #74FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FADD

Black with #74FADD

Text Example


Text Example

White with #74FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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