Html Css Color HEX #74ECDB Aquamarine

📋 copy color: '#74ECDB'

red 116 ◦ green 236 ◦ blue 219

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

Shades of Aquamarine #74ECDB

Tints of Aquamarine #74ECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 20.32%
G = 41.33%
B = 38.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#74ECDB (or 0x74ECDB) is known color: Aquamarine. HEX triplet: 74, EC and DB. RGB value is (116,236,219). Sum of RGB (Red+Green+Blue) = 116+236+219=571 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.32% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECDB is #8B1324. Grayscale: #C6C6C6. Windows color (decimal): -9114405 or 14412916. OLE color: 14412916.

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

Color convert

RGB 116 236 219 -
CMYK 0.51 0 0.07 0.07
HSL 171.5º 0.76% 0.69% -
HSV(B) 171.5º 0.51% 0.93% -
XYZ 49.98 68.82 77.67 -
YUV 198.18 139.74 69.38 -
System Red Green Blue C M Y K H S L
Decimal 116 236 219 0.51 0 0.07 0.07 171.5 0.76 0.69
Hex 74 EC DB 33 0 7 7 AC 4C 45
Octal 164 354 333 63 0 7 7 254 114 105
Binary 1110100 11101100 11011011 110011 0 111 111 10101100 1001100 1000101

Color Harmonies of #74ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ECDB

Black with #74ECDB

Text Example


Text Example

White with #74ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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