Html Css Color HEX #74F4CF Aquamarine

📋 copy color: '#74F4CF'

red 116 ◦ green 244 ◦ blue 207

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

Shades of Aquamarine #74F4CF

Tints of Aquamarine #74F4CF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.03%

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 20.46%
G = 43.03%
B = 36.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#74F4CF (or 0x74F4CF) is known color: Aquamarine. HEX triplet: 74, F4 and CF. RGB value is (116,244,207). Sum of RGB (Red+Green+Blue) = 116+244+207=567 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.46% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #74F4CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F4CF is #8B0B30. Grayscale: #C9C9C9. Windows color (decimal): -9112369 or 13628532. OLE color: 13628532.

HSL color Cylindrical-coordinate representation of color #74F4CF: hue angle of 162.66º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F4CF is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 244 207 -
CMYK 0.52 0 0.15 0.04
HSL 162.66º 0.85% 0.71% -
HSV(B) 162.66º 0.52% 0.96% -
XYZ 50.82 72.92 70.43 -
YUV 201.51 131.09 67.01 -
System Red Green Blue C M Y K H S L
Decimal 116 244 207 0.52 0 0.15 0.04 162.66 0.85 0.71
Hex 74 F4 CF 34 0 F 4 A3 55 47
Octal 164 364 317 64 0 17 4 243 125 107
Binary 1110100 11110100 11001111 110100 0 1111 100 10100011 1010101 1000111

Color Harmonies of #74F4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F4CF

Black with #74F4CF

Text Example


Text Example

White with #74F4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,244,207); }

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

background-color css

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

 a { background-color: rgb(116,244,207); }

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

border-color css

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

 span { border-color: rgb(116,244,207); }

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