Html Css Color HEX #72ECD4 Aquamarine

📋 copy color: '#72ECD4'

red 114 ◦ green 236 ◦ blue 212

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

Shades of Aquamarine #72ECD4

Tints of Aquamarine #72ECD4

RGB

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

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

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

R = 20.28%
G = 41.99%
B = 37.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#72ECD4 (or 0x72ECD4) is known color: Aquamarine. HEX triplet: 72, EC and D4. RGB value is (114,236,212). Sum of RGB (Red+Green+Blue) = 114+236+212=562 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.28% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECD4 is #8D132B. Grayscale: #C4C4C4. Windows color (decimal): -9245484 or 13954162. OLE color: 13954162.

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

Color convert

RGB 114 236 212 -
CMYK 0.52 0 0.10 0.07
HSL 168.2º 0.76% 0.69% -
HSV(B) 168.2º 0.52% 0.93% -
XYZ 48.82 68.32 72.9 -
YUV 196.79 136.58 68.95 -
System Red Green Blue C M Y K H S L
Decimal 114 236 212 0.52 0 0.10 0.07 168.2 0.76 0.69
Hex 72 EC D4 34 0 A 7 A8 4C 45
Octal 162 354 324 64 0 12 7 250 114 105
Binary 1110010 11101100 11010100 110100 0 1010 111 10101000 1001100 1000101

Color Harmonies of #72ECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECD4

Black with #72ECD4

Text Example


Text Example

White with #72ECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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