Html Css Color HEX #72FFB3 Aquamarine

📋 copy color: '#72FFB3'

red 114 ◦ green 255 ◦ blue 179

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

Shades of Aquamarine #72FFB3

Tints of Aquamarine #72FFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.66%

R = 20.8%
G = 46.53%
B = 32.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#72FFB3 (or 0x72FFB3) is known color: Aquamarine. HEX triplet: 72, FF and B3. RGB value is (114,255,179). Sum of RGB (Red+Green+Blue) = 114+255+179=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFB3 is #8D004C. Grayscale: #CCCCCC. Windows color (decimal): -9240653 or 11796338. OLE color: 11796338.

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

Color convert

RGB 114 255 179 -
CMYK 0.55 0 0.30 0
HSL 147.66º 1% 0.72% -
HSV(B) 147.66º 0.55% 1% -
XYZ 50.84 78.35 55.09 -
YUV 204.18 113.79 63.68 -
System Red Green Blue C M Y K H S L
Decimal 114 255 179 0.55 0 0.30 0 147.66 1 0.72
Hex 72 FF B3 37 0 1E 0 94 64 48
Octal 162 377 263 67 0 36 0 224 144 110
Binary 1110010 11111111 10110011 110111 0 11110 0 10010100 1100100 1001000

Color Harmonies of #72FFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FFB3

Black with #72FFB3

Text Example


Text Example

White with #72FFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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