Html Css Color HEX #73FFBB Aquamarine

📋 copy color: '#73FFBB'

red 115 ◦ green 255 ◦ blue 187

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

Shades of Aquamarine #73FFBB

Tints of Aquamarine #73FFBB

RGB

 RED value IS 115 (45.31% from 255) = 20.65%

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

 BLUE value IS 187 (73.44% from 255) = 33.57%

R = 20.65%
G = 45.78%
B = 33.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#73FFBB (or 0x73FFBB) is known color: Aquamarine. HEX triplet: 73, FF and BB. RGB value is (115,255,187). Sum of RGB (Red+Green+Blue) = 115+255+187=557 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.65% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFBB is #8C0044. Grayscale: #CDCDCD. Windows color (decimal): -9175109 or 12320627. OLE color: 12320627.

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

Color convert

RGB 115 255 187 -
CMYK 0.55 0 0.27 0
HSL 150.86º 1% 0.73% -
HSV(B) 150.86º 0.55% 1% -
XYZ 51.8 78.75 59.48 -
YUV 205.39 117.62 63.53 -
System Red Green Blue C M Y K H S L
Decimal 115 255 187 0.55 0 0.27 0 150.86 1 0.73
Hex 73 FF BB 37 0 1B 0 97 64 49
Octal 163 377 273 67 0 33 0 227 144 111
Binary 1110011 11111111 10111011 110111 0 11011 0 10010111 1100100 1001001

Color Harmonies of #73FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FFBB

Black with #73FFBB

Text Example


Text Example

White with #73FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73FFBB; }

 p { color: rgb(115,255,187); }

 H1.HeaderClassName
 {
   color: #73FFBB;
 }
 .AnyTagClassName
 {
   color: #73FFBB;
 }
</style>

background-color css

<style>
 a { background-color: #73FFBB; }

 a { background-color: rgb(115,255,187); }

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

border-color css

<style>
 span { border-color: #73FFBB; }

 span { border-color: rgb(115,255,187); }

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