Html Css Color HEX #74F0DF Aquamarine

📋 copy color: '#74F0DF'

red 116 ◦ green 240 ◦ blue 223

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

Shades of Aquamarine #74F0DF

Tints of Aquamarine #74F0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.45%

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

R = 20.03%
G = 41.45%
B = 38.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#74F0DF (or 0x74F0DF) is known color: Aquamarine. HEX triplet: 74, F0 and DF. RGB value is (116,240,223). Sum of RGB (Red+Green+Blue) = 116+240+223=579 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.03% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F0DF is #8B0F20. Grayscale: #C8C8C8. Windows color (decimal): -9113377 or 14676084. OLE color: 14676084.

HSL color Cylindrical-coordinate representation of color #74F0DF: hue angle of 171.77º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F0DF is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 240 223 -
CMYK 0.52 0 0.07 0.06
HSL 171.77º 0.81% 0.7% -
HSV(B) 171.77º 0.52% 0.94% -
XYZ 51.68 71.36 80.86 -
YUV 200.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 116 240 223 0.52 0 0.07 0.06 171.77 0.81 0.7
Hex 74 F0 DF 34 0 7 6 AC 51 46
Octal 164 360 337 64 0 7 6 254 121 106
Binary 1110100 11110000 11011111 110100 0 111 110 10101100 1010001 1000110

Color Harmonies of #74F0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F0DF

Black with #74F0DF

Text Example


Text Example

White with #74F0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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