Html Css Color HEX #74ECD4 Aquamarine

📋 copy color: '#74ECD4'

red 116 ◦ green 236 ◦ blue 212

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

Shades of Aquamarine #74ECD4

Tints of Aquamarine #74ECD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.59%

R = 20.57%
G = 41.84%
B = 37.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#74ECD4 (or 0x74ECD4) is known color: Aquamarine. HEX triplet: 74, EC and D4. RGB value is (116,236,212). Sum of RGB (Red+Green+Blue) = 116+236+212=564 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.57% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECD4 is #8B132B. Grayscale: #C5C5C5. Windows color (decimal): -9114412 or 13954164. OLE color: 13954164.

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

Color convert

RGB 116 236 212 -
CMYK 0.51 0 0.10 0.07
HSL 168º 0.76% 0.69% -
HSV(B) 168º 0.51% 0.93% -
XYZ 49.08 68.46 72.91 -
YUV 197.38 136.24 69.95 -
System Red Green Blue C M Y K H S L
Decimal 116 236 212 0.51 0 0.10 0.07 168 0.76 0.69
Hex 74 EC D4 33 0 A 7 A8 4C 45
Octal 164 354 324 63 0 12 7 250 114 105
Binary 1110100 11101100 11010100 110011 0 1010 111 10101000 1001100 1000101

Color Harmonies of #74ECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ECD4

Black with #74ECD4

Text Example


Text Example

White with #74ECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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