Html Css Color HEX #74EEC9 Aquamarine

📋 copy color: '#74EEC9'

red 116 ◦ green 238 ◦ blue 201

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

Shades of Aquamarine #74EEC9

Tints of Aquamarine #74EEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.22%

R = 20.9%
G = 42.88%
B = 36.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#74EEC9 (or 0x74EEC9) is known color: Aquamarine. HEX triplet: 74, EE and C9. RGB value is (116,238,201). Sum of RGB (Red+Green+Blue) = 116+238+201=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEC9 is #8B1136. Grayscale: #C5C5C5. Windows color (decimal): -9113911 or 13233780. OLE color: 13233780.

HSL color Cylindrical-coordinate representation of color #74EEC9: hue angle of 161.8º 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 #74EEC9 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 238 201 -
CMYK 0.51 0 0.16 0.07
HSL 161.8º 0.78% 0.69% -
HSV(B) 161.8º 0.51% 0.93% -
XYZ 48.32 69.08 66.05 -
YUV 197.3 130.08 70.01 -
System Red Green Blue C M Y K H S L
Decimal 116 238 201 0.51 0 0.16 0.07 161.8 0.78 0.69
Hex 74 EE C9 33 0 10 7 A2 4E 45
Octal 164 356 311 63 0 20 7 242 116 105
Binary 1110100 11101110 11001001 110011 0 10000 111 10100010 1001110 1000101

Color Harmonies of #74EEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EEC9

Black with #74EEC9

Text Example


Text Example

White with #74EEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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