Html Css Color HEX #72EEDB Aquamarine

📋 copy color: '#72EEDB'

red 114 ◦ green 238 ◦ blue 219

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

Shades of Aquamarine #72EEDB

Tints of Aquamarine #72EEDB

RGB

 RED value IS 114 (44.92% from 255) = 19.96%

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

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

R = 19.96%
G = 41.68%
B = 38.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#72EEDB (or 0x72EEDB) is known color: Aquamarine. HEX triplet: 72, EE and DB. RGB value is (114,238,219). Sum of RGB (Red+Green+Blue) = 114+238+219=571 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.96% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #72EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EEDB is #8D1124. Grayscale: #C6C6C6. Windows color (decimal): -9244965 or 14413426. OLE color: 14413426.

HSL color Cylindrical-coordinate representation of color #72EEDB: hue angle of 170.81º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EEDB is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 238 219 -
CMYK 0.52 0 0.08 0.07
HSL 170.81º 0.78% 0.69% -
HSV(B) 170.81º 0.52% 0.93% -
XYZ 50.3 69.84 77.85 -
YUV 198.76 139.42 67.54 -
System Red Green Blue C M Y K H S L
Decimal 114 238 219 0.52 0 0.08 0.07 170.81 0.78 0.69
Hex 72 EE DB 34 0 8 7 AB 4E 45
Octal 162 356 333 64 0 10 7 253 116 105
Binary 1110010 11101110 11011011 110100 0 1000 111 10101011 1001110 1000101

Color Harmonies of #72EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EEDB

Black with #72EEDB

Text Example


Text Example

White with #72EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72EEDB; }

 p { color: rgb(114,238,219); }

 H1.HeaderClassName
 {
   color: #72EEDB;
 }
 .AnyTagClassName
 {
   color: #72EEDB;
 }
</style>

background-color css

<style>
 a { background-color: #72EEDB; }

 a { background-color: rgb(114,238,219); }

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

border-color css

<style>
 span { border-color: #72EEDB; }

 span { border-color: rgb(114,238,219); }

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