Html Css Color HEX #74F0D4 Aquamarine

📋 copy color: '#74F0D4'

red 116 ◦ green 240 ◦ blue 212

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

Shades of Aquamarine #74F0D4

Tints of Aquamarine #74F0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.32%

R = 20.42%
G = 42.25%
B = 37.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#74F0D4 (or 0x74F0D4) is known color: Aquamarine. HEX triplet: 74, F0 and D4. RGB value is (116,240,212). Sum of RGB (Red+Green+Blue) = 116+240+212=568 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.42% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F0D4 is #8B0F2B. Grayscale: #C7C7C7. Windows color (decimal): -9113388 or 13955188. OLE color: 13955188.

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

Color convert

RGB 116 240 212 -
CMYK 0.52 0 0.12 0.06
HSL 166.45º 0.81% 0.7% -
HSV(B) 166.45º 0.52% 0.94% -
XYZ 50.25 70.79 73.3 -
YUV 199.73 134.92 68.28 -
System Red Green Blue C M Y K H S L
Decimal 116 240 212 0.52 0 0.12 0.06 166.45 0.81 0.7
Hex 74 F0 D4 34 0 C 6 A6 51 46
Octal 164 360 324 64 0 14 6 246 121 106
Binary 1110100 11110000 11010100 110100 0 1100 110 10100110 1010001 1000110

Color Harmonies of #74F0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F0D4

Black with #74F0D4

Text Example


Text Example

White with #74F0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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