Html Css Color HEX #72ECCD Aquamarine

📋 copy color: '#72ECCD'

red 114 ◦ green 236 ◦ blue 205

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

Shades of Aquamarine #72ECCD

Tints of Aquamarine #72ECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 20.54%
G = 42.52%
B = 36.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#72ECCD (or 0x72ECCD) is known color: Aquamarine. HEX triplet: 72, EC and CD. RGB value is (114,236,205). Sum of RGB (Red+Green+Blue) = 114+236+205=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECCD is #8D1332. Grayscale: #C3C3C3. Windows color (decimal): -9245491 or 13495410. OLE color: 13495410.

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

Color convert

RGB 114 236 205 -
CMYK 0.52 0 0.13 0.07
HSL 164.75º 0.76% 0.69% -
HSV(B) 164.75º 0.52% 0.93% -
XYZ 47.95 67.98 68.35 -
YUV 195.99 133.08 69.52 -
System Red Green Blue C M Y K H S L
Decimal 114 236 205 0.52 0 0.13 0.07 164.75 0.76 0.69
Hex 72 EC CD 34 0 D 7 A5 4C 45
Octal 162 354 315 64 0 15 7 245 114 105
Binary 1110010 11101100 11001101 110100 0 1101 111 10100101 1001100 1000101

Color Harmonies of #72ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECCD

Black with #72ECCD

Text Example


Text Example

White with #72ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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