Html Css Color HEX #72EDD3 Aquamarine

📋 copy color: '#72EDD3'

red 114 ◦ green 237 ◦ blue 211

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

Shades of Aquamarine #72EDD3

Tints of Aquamarine #72EDD3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

 BLUE value IS 211 (82.81% from 255) = 37.54%

R = 20.28%
G = 42.17%
B = 37.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#72EDD3 (or 0x72EDD3) is known color: Aquamarine. HEX triplet: 72, ED and D3. RGB value is (114,237,211). Sum of RGB (Red+Green+Blue) = 114+237+211=562 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.28% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #72EDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EDD3 is #8D122C. Grayscale: #C5C5C5. Windows color (decimal): -9245229 or 13888882. OLE color: 13888882.

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

Color convert

RGB 114 237 211 -
CMYK 0.52 0 0.11 0.07
HSL 167.32º 0.77% 0.69% -
HSV(B) 167.32º 0.52% 0.93% -
XYZ 48.98 68.85 72.34 -
YUV 197.26 135.75 68.61 -
System Red Green Blue C M Y K H S L
Decimal 114 237 211 0.52 0 0.11 0.07 167.32 0.77 0.69
Hex 72 ED D3 34 0 B 7 A7 4D 45
Octal 162 355 323 64 0 13 7 247 115 105
Binary 1110010 11101101 11010011 110100 0 1011 111 10100111 1001101 1000101

Color Harmonies of #72EDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EDD3

Black with #72EDD3

Text Example


Text Example

White with #72EDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,237,211); }

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

background-color css

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

 a { background-color: rgb(114,237,211); }

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

border-color css

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

 span { border-color: rgb(114,237,211); }

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