Html Css Color HEX #72F5D0 Aquamarine

📋 copy color: '#72F5D0'

red 114 ◦ green 245 ◦ blue 208

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

Shades of Aquamarine #72F5D0

Tints of Aquamarine #72F5D0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.21%

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 20.11%
G = 43.21%
B = 36.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#72F5D0 (or 0x72F5D0) is known color: Aquamarine. HEX triplet: 72, F5 and D0. RGB value is (114,245,208). Sum of RGB (Red+Green+Blue) = 114+245+208=567 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.11% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #72F5D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F5D0 is #8D0A2F. Grayscale: #C9C9C9. Windows color (decimal): -9243184 or 13694322. OLE color: 13694322.

HSL color Cylindrical-coordinate representation of color #72F5D0: hue angle of 163.05º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F5D0 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 245 208 -
CMYK 0.53 0 0.15 0.04
HSL 163.05º 0.87% 0.7% -
HSV(B) 163.05º 0.53% 0.96% -
XYZ 50.98 73.44 71.16 -
YUV 201.61 131.6 65.51 -
System Red Green Blue C M Y K H S L
Decimal 114 245 208 0.53 0 0.15 0.04 163.05 0.87 0.7
Hex 72 F5 D0 35 0 F 4 A3 57 46
Octal 162 365 320 65 0 17 4 243 127 106
Binary 1110010 11110101 11010000 110101 0 1111 100 10100011 1010111 1000110

Color Harmonies of #72F5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F5D0

Black with #72F5D0

Text Example


Text Example

White with #72F5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,245,208); }

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

background-color css

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

 a { background-color: rgb(114,245,208); }

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

border-color css

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

 span { border-color: rgb(114,245,208); }

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