Html Css Color HEX #74ECC7 Aquamarine

📋 copy color: '#74ECC7'

red 116 ◦ green 236 ◦ blue 199

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

Shades of Aquamarine #74ECC7

Tints of Aquamarine #74ECC7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.83%

 BLUE value IS 199 (78.13% from 255) = 36.12%

R = 21.05%
G = 42.83%
B = 36.12%

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

#74ECC7 (or 0x74ECC7) is known color: Aquamarine. HEX triplet: 74, EC and C7. RGB value is (116,236,199). Sum of RGB (Red+Green+Blue) = 116+236+199=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECC7 is #8B1338. Grayscale: #C3C3C3. Windows color (decimal): -9114425 or 13102196. OLE color: 13102196.

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

Color convert

RGB 116 236 199 -
CMYK 0.51 0 0.16 0.07
HSL 161.5º 0.76% 0.69% -
HSV(B) 161.5º 0.51% 0.93% -
XYZ 47.51 67.83 64.62 -
YUV 195.9 129.74 71.01 -
System Red Green Blue C M Y K H S L
Decimal 116 236 199 0.51 0 0.16 0.07 161.5 0.76 0.69
Hex 74 EC C7 33 0 10 7 A2 4C 45
Octal 164 354 307 63 0 20 7 242 114 105
Binary 1110100 11101100 11000111 110011 0 10000 111 10100010 1001100 1000101

Color Harmonies of #74ECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ECC7

Black with #74ECC7

Text Example


Text Example

White with #74ECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,236,199); }

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

background-color css

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

 a { background-color: rgb(116,236,199); }

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

border-color css

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

 span { border-color: rgb(116,236,199); }

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