Html Css Color HEX #74EEC5 Aquamarine

📋 copy color: '#74EEC5'

red 116 ◦ green 238 ◦ blue 197

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

Shades of Aquamarine #74EEC5

Tints of Aquamarine #74EEC5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.19%

 BLUE value IS 197 (77.34% from 255) = 35.75%

R = 21.05%
G = 43.19%
B = 35.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#74EEC5 (or 0x74EEC5) is known color: Aquamarine. HEX triplet: 74, EE and C5. RGB value is (116,238,197). Sum of RGB (Red+Green+Blue) = 116+238+197=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEC5 is #8B113A. Grayscale: #C4C4C4. Windows color (decimal): -9113915 or 12971636. OLE color: 12971636.

HSL color Cylindrical-coordinate representation of color #74EEC5: hue angle of 159.84º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EEC5 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 238 197 -
CMYK 0.51 0 0.17 0.07
HSL 159.84º 0.78% 0.69% -
HSV(B) 159.84º 0.51% 0.93% -
XYZ 47.86 68.89 63.6 -
YUV 196.85 128.08 70.33 -
System Red Green Blue C M Y K H S L
Decimal 116 238 197 0.51 0 0.17 0.07 159.84 0.78 0.69
Hex 74 EE C5 33 0 11 7 A0 4E 45
Octal 164 356 305 63 0 21 7 240 116 105
Binary 1110100 11101110 11000101 110011 0 10001 111 10100000 1001110 1000101

Color Harmonies of #74EEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EEC5

Black with #74EEC5

Text Example


Text Example

White with #74EEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,238,197); }

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

background-color css

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

 a { background-color: rgb(116,238,197); }

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

border-color css

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

 span { border-color: rgb(116,238,197); }

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