Html Css Color HEX #74F2CE Aquamarine

📋 copy color: '#74F2CE'

red 116 ◦ green 242 ◦ blue 206

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

Shades of Aquamarine #74F2CE

Tints of Aquamarine #74F2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.91%

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

R = 20.57%
G = 42.91%
B = 36.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#74F2CE (or 0x74F2CE) is known color: Aquamarine. HEX triplet: 74, F2 and CE. RGB value is (116,242,206). Sum of RGB (Red+Green+Blue) = 116+242+206=564 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.57% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #74F2CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F2CE is #8B0D31. Grayscale: #C8C8C8. Windows color (decimal): -9112882 or 13562484. OLE color: 13562484.

HSL color Cylindrical-coordinate representation of color #74F2CE: hue angle of 162.86º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F2CE is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 242 206 -
CMYK 0.52 0 0.15 0.05
HSL 162.86º 0.83% 0.7% -
HSV(B) 162.86º 0.52% 0.95% -
XYZ 50.1 71.67 69.59 -
YUV 200.22 131.26 67.93 -
System Red Green Blue C M Y K H S L
Decimal 116 242 206 0.52 0 0.15 0.05 162.86 0.83 0.7
Hex 74 F2 CE 34 0 F 5 A3 53 46
Octal 164 362 316 64 0 17 5 243 123 106
Binary 1110100 11110010 11001110 110100 0 1111 101 10100011 1010011 1000110

Color Harmonies of #74F2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F2CE

Black with #74F2CE

Text Example


Text Example

White with #74F2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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