Html Css Color HEX #72EECE Aquamarine

📋 copy color: '#72EECE'

red 114 ◦ green 238 ◦ blue 206

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

Shades of Aquamarine #72EECE

Tints of Aquamarine #72EECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 20.43%
G = 42.65%
B = 36.92%

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

#72EECE (or 0x72EECE) is known color: Aquamarine. HEX triplet: 72, EE and CE. RGB value is (114,238,206). Sum of RGB (Red+Green+Blue) = 114+238+206=558 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.43% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #72EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EECE is #8D1131. Grayscale: #C5C5C5. Windows color (decimal): -9244978 or 13561458. OLE color: 13561458.

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

Color convert

RGB 114 238 206 -
CMYK 0.52 0 0.13 0.07
HSL 164.52º 0.78% 0.69% -
HSV(B) 164.52º 0.52% 0.93% -
XYZ 48.65 69.18 69.18 -
YUV 197.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 114 238 206 0.52 0 0.13 0.07 164.52 0.78 0.69
Hex 72 EE CE 34 0 D 7 A5 4E 45
Octal 162 356 316 64 0 15 7 245 116 105
Binary 1110010 11101110 11001110 110100 0 1101 111 10100101 1001110 1000101

Color Harmonies of #72EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EECE

Black with #72EECE

Text Example


Text Example

White with #72EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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