Html Css Color HEX #74FADF Aquamarine

📋 copy color: '#74FADF'

red 116 ◦ green 250 ◦ blue 223

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

Shades of Aquamarine #74FADF

Tints of Aquamarine #74FADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 19.69%
G = 42.44%
B = 37.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#74FADF (or 0x74FADF) is known color: Aquamarine. HEX triplet: 74, FA and DF. RGB value is (116,250,223). Sum of RGB (Red+Green+Blue) = 116+250+223=589 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.69% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #74FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FADF is #8B0520. Grayscale: #CECECE. Windows color (decimal): -9110817 or 14678644. OLE color: 14678644.

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

Color convert

RGB 116 250 223 -
CMYK 0.54 0 0.11 0.02
HSL 167.91º 0.93% 0.72% -
HSV(B) 167.91º 0.54% 0.98% -
XYZ 54.71 77.41 81.87 -
YUV 206.86 137.11 63.2 -
System Red Green Blue C M Y K H S L
Decimal 116 250 223 0.54 0 0.11 0.02 167.91 0.93 0.72
Hex 74 FA DF 36 0 B 2 A8 5D 48
Octal 164 372 337 66 0 13 2 250 135 110
Binary 1110100 11111010 11011111 110110 0 1011 10 10101000 1011101 1001000

Color Harmonies of #74FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FADF

Black with #74FADF

Text Example


Text Example

White with #74FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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