Html Css Color HEX #72FFD8 Aquamarine

📋 copy color: '#72FFD8'

red 114 ◦ green 255 ◦ blue 216

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

Shades of Aquamarine #72FFD8

Tints of Aquamarine #72FFD8

RGB

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

 GREEN value IS 255 (100% from 255) = 43.59%

 BLUE value IS 216 (84.77% from 255) = 36.92%

R = 19.49%
G = 43.59%
B = 36.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#72FFD8 (or 0x72FFD8) is known color: Aquamarine. HEX triplet: 72, FF and D8. RGB value is (114,255,216). Sum of RGB (Red+Green+Blue) = 114+255+216=585 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.49% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFD8 is #8D0027. Grayscale: #D0D0D0. Windows color (decimal): -9240616 or 14221170. OLE color: 14221170.

HSL color Cylindrical-coordinate representation of color #72FFD8: hue angle of 163.4º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FFD8 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 114 255 216 -
CMYK 0.55 0 0.15 0
HSL 163.4º 1% 0.72% -
HSV(B) 163.4º 0.55% 1% -
XYZ 55.09 80.06 77.51 -
YUV 208.4 132.29 60.67 -
System Red Green Blue C M Y K H S L
Decimal 114 255 216 0.55 0 0.15 0 163.4 1 0.72
Hex 72 FF D8 37 0 F 0 A3 64 48
Octal 162 377 330 67 0 17 0 243 144 110
Binary 1110010 11111111 11011000 110111 0 1111 0 10100011 1100100 1001000

Color Harmonies of #72FFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFD8

Black with #72FFD8

Text Example


Text Example

White with #72FFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,255,216); }

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

background-color css

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

 a { background-color: rgb(114,255,216); }

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

border-color css

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

 span { border-color: rgb(114,255,216); }

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