Html Css Color HEX #74F8D7 Aquamarine

📋 copy color: '#74F8D7'

red 116 ◦ green 248 ◦ blue 215

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

Shades of Aquamarine #74F8D7

Tints of Aquamarine #74F8D7

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.83%

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 20.03%
G = 42.83%
B = 37.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#74F8D7 (or 0x74F8D7) is known color: Aquamarine. HEX triplet: 74, F8 and D7. RGB value is (116,248,215). Sum of RGB (Red+Green+Blue) = 116+248+215=579 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.03% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F8D7 is #8B0728. Grayscale: #CCCCCC. Windows color (decimal): -9111337 or 14153844. OLE color: 14153844.

HSL color Cylindrical-coordinate representation of color #74F8D7: hue angle of 165º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F8D7 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 248 215 -
CMYK 0.53 0 0.13 0.03
HSL 165º 0.9% 0.71% -
HSV(B) 165º 0.53% 0.97% -
XYZ 53.04 75.75 76.12 -
YUV 204.77 133.77 64.68 -
System Red Green Blue C M Y K H S L
Decimal 116 248 215 0.53 0 0.13 0.03 165 0.9 0.71
Hex 74 F8 D7 35 0 D 3 A5 5A 47
Octal 164 370 327 65 0 15 3 245 132 107
Binary 1110100 11111000 11010111 110101 0 1101 11 10100101 1011010 1000111

Color Harmonies of #74F8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F8D7

Black with #74F8D7

Text Example


Text Example

White with #74F8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,248,215); }

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

background-color css

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

 a { background-color: rgb(116,248,215); }

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

border-color css

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

 span { border-color: rgb(116,248,215); }

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