Html Css Color HEX #74EACE Aquamarine

📋 copy color: '#74EACE'

red 116 ◦ green 234 ◦ blue 206

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

Shades of Aquamarine #74EACE

Tints of Aquamarine #74EACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.09%

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

R = 20.86%
G = 42.09%
B = 37.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#74EACE (or 0x74EACE) is known color: Aquamarine. HEX triplet: 74, EA and CE. RGB value is (116,234,206). Sum of RGB (Red+Green+Blue) = 116+234+206=556 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.86% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #74EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EACE is #8B1531. Grayscale: #C3C3C3. Windows color (decimal): -9114930 or 13560436. OLE color: 13560436.

HSL color Cylindrical-coordinate representation of color #74EACE: hue angle of 165.76º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EACE is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 234 206 -
CMYK 0.50 0 0.12 0.08
HSL 165.76º 0.74% 0.69% -
HSV(B) 165.76º 0.5% 0.92% -
XYZ 47.77 67.01 68.81 -
YUV 195.53 133.91 71.28 -
System Red Green Blue C M Y K H S L
Decimal 116 234 206 0.50 0 0.12 0.08 165.76 0.74 0.69
Hex 74 EA CE 32 0 C 8 A6 4A 45
Octal 164 352 316 62 0 14 10 246 112 105
Binary 1110100 11101010 11001110 110010 0 1100 1000 10100110 1001010 1000101

Color Harmonies of #74EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EACE

Black with #74EACE

Text Example


Text Example

White with #74EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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