Html Css Color HEX #72FFE6 Aquamarine

📋 copy color: '#72FFE6'

red 114 ◦ green 255 ◦ blue 230

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

Shades of Aquamarine #72FFE6

Tints of Aquamarine #72FFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.4%

R = 19.03%
G = 42.57%
B = 38.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#72FFE6 (or 0x72FFE6) is known color: Aquamarine. HEX triplet: 72, FF and E6. RGB value is (114,255,230). Sum of RGB (Red+Green+Blue) = 114+255+230=599 (79% of max value = 765). Red value is 114 (44.92% from 255 or 19.03% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FFE6 is #8D0019. Grayscale: #D1D1D1. Windows color (decimal): -9240602 or 15138674. OLE color: 15138674.

HSL color Cylindrical-coordinate representation of color #72FFE6: hue angle of 169.36º 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 #72FFE6 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 114 255 230 -
CMYK 0.55 0 0.10 0
HSL 169.36º 1% 0.72% -
HSV(B) 169.36º 0.55% 1% -
XYZ 56.98 80.81 87.46 -
YUV 209.99 139.29 59.53 -
System Red Green Blue C M Y K H S L
Decimal 114 255 230 0.55 0 0.10 0 169.36 1 0.72
Hex 72 FF E6 37 0 A 0 A9 64 48
Octal 162 377 346 67 0 12 0 251 144 110
Binary 1110010 11111111 11100110 110111 0 1010 0 10101001 1100100 1001000

Color Harmonies of #72FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFE6

Black with #72FFE6

Text Example


Text Example

White with #72FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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