Html Css Color HEX #74EEC4 Aquamarine

📋 copy color: '#74EEC4'

red 116 ◦ green 238 ◦ blue 196

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

Shades of Aquamarine #74EEC4

Tints of Aquamarine #74EEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.64%

R = 21.09%
G = 43.27%
B = 35.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#74EEC4 (or 0x74EEC4) is known color: Aquamarine. HEX triplet: 74, EE and C4. RGB value is (116,238,196). Sum of RGB (Red+Green+Blue) = 116+238+196=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEC4 is #8B113B. Grayscale: #C4C4C4. Windows color (decimal): -9113916 or 12906100. OLE color: 12906100.

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

Color convert

RGB 116 238 196 -
CMYK 0.51 0 0.18 0.07
HSL 159.34º 0.78% 0.69% -
HSV(B) 159.34º 0.51% 0.93% -
XYZ 47.74 68.85 63 -
YUV 196.73 127.58 70.42 -
System Red Green Blue C M Y K H S L
Decimal 116 238 196 0.51 0 0.18 0.07 159.34 0.78 0.69
Hex 74 EE C4 33 0 12 7 9F 4E 45
Octal 164 356 304 63 0 22 7 237 116 105
Binary 1110100 11101110 11000100 110011 0 10010 111 10011111 1001110 1000101

Color Harmonies of #74EEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EEC4

Black with #74EEC4

Text Example


Text Example

White with #74EEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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