Html Css Color HEX #74F0CE Aquamarine

📋 copy color: '#74F0CE'

red 116 ◦ green 240 ◦ blue 206

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

Shades of Aquamarine #74F0CE

Tints of Aquamarine #74F0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 20.64%
G = 42.7%
B = 36.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#74F0CE (or 0x74F0CE) is known color: Aquamarine. HEX triplet: 74, F0 and CE. RGB value is (116,240,206). Sum of RGB (Red+Green+Blue) = 116+240+206=562 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.64% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F0CE is #8B0F31. Grayscale: #C7C7C7. Windows color (decimal): -9113394 or 13561972. OLE color: 13561972.

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

Color convert

RGB 116 240 206 -
CMYK 0.52 0 0.14 0.06
HSL 163.55º 0.81% 0.7% -
HSV(B) 163.55º 0.52% 0.94% -
XYZ 49.5 70.49 69.39 -
YUV 199.05 131.92 68.76 -
System Red Green Blue C M Y K H S L
Decimal 116 240 206 0.52 0 0.14 0.06 163.55 0.81 0.7
Hex 74 F0 CE 34 0 E 6 A4 51 46
Octal 164 360 316 64 0 16 6 244 121 106
Binary 1110100 11110000 11001110 110100 0 1110 110 10100100 1010001 1000110

Color Harmonies of #74F0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F0CE

Black with #74F0CE

Text Example


Text Example

White with #74F0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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