Html Css Color HEX #74EFC0 Aquamarine

📋 copy color: '#74EFC0'

red 116 ◦ green 239 ◦ blue 192

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

Shades of Aquamarine #74EFC0

Tints of Aquamarine #74EFC0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.69%

 BLUE value IS 192 (75.39% from 255) = 35.1%

R = 21.21%
G = 43.69%
B = 35.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#74EFC0 (or 0x74EFC0) is known color: Aquamarine. HEX triplet: 74, EF and C0. RGB value is (116,239,192). Sum of RGB (Red+Green+Blue) = 116+239+192=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EFC0 is #8B103F. Grayscale: #C4C4C4. Windows color (decimal): -9113664 or 12644212. OLE color: 12644212.

HSL color Cylindrical-coordinate representation of color #74EFC0: hue angle of 157.07º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EFC0 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 239 192 -
CMYK 0.51 0 0.20 0.06
HSL 157.07º 0.79% 0.7% -
HSV(B) 157.07º 0.51% 0.94% -
XYZ 47.58 69.25 60.73 -
YUV 196.87 125.25 70.32 -
System Red Green Blue C M Y K H S L
Decimal 116 239 192 0.51 0 0.20 0.06 157.07 0.79 0.7
Hex 74 EF C0 33 0 14 6 9D 4F 46
Octal 164 357 300 63 0 24 6 235 117 106
Binary 1110100 11101111 11000000 110011 0 10100 110 10011101 1001111 1000110

Color Harmonies of #74EFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EFC0

Black with #74EFC0

Text Example


Text Example

White with #74EFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,239,192); }

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

background-color css

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

 a { background-color: rgb(116,239,192); }

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

border-color css

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

 span { border-color: rgb(116,239,192); }

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