Html Css Color HEX #74ECCC Aquamarine

📋 copy color: '#74ECCC'

red 116 ◦ green 236 ◦ blue 204

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

Shades of Aquamarine #74ECCC

Tints of Aquamarine #74ECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 20.86%
G = 42.45%
B = 36.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#74ECCC (or 0x74ECCC) is known color: Aquamarine. HEX triplet: 74, EC and CC. RGB value is (116,236,204). Sum of RGB (Red+Green+Blue) = 116+236+204=556 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.86% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECCC is #8B1333. Grayscale: #C4C4C4. Windows color (decimal): -9114420 or 13429876. OLE color: 13429876.

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

Color convert

RGB 116 236 204 -
CMYK 0.51 0 0.14 0.07
HSL 164º 0.76% 0.69% -
HSV(B) 164º 0.51% 0.93% -
XYZ 48.1 68.06 67.73 -
YUV 196.47 132.24 70.6 -
System Red Green Blue C M Y K H S L
Decimal 116 236 204 0.51 0 0.14 0.07 164 0.76 0.69
Hex 74 EC CC 33 0 E 7 A4 4C 45
Octal 164 354 314 63 0 16 7 244 114 105
Binary 1110100 11101100 11001100 110011 0 1110 111 10100100 1001100 1000101

Color Harmonies of #74ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ECCC

Black with #74ECCC

Text Example


Text Example

White with #74ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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