Html Css Color HEX #55FFBB Aquamarine

📋 copy color: '#55FFBB'

red 85 ◦ green 255 ◦ blue 187

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

Shades of Aquamarine #55FFBB

Tints of Aquamarine #55FFBB

RGB

 RED value IS 85 (33.59% from 255) = 16.13%

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

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

R = 16.13%
G = 48.39%
B = 35.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#55FFBB (or 0x55FFBB) is known color: Aquamarine. HEX triplet: 55, FF and BB. RGB value is (85,255,187). Sum of RGB (Red+Green+Blue) = 85+255+187=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFBB is #AA0044. Grayscale: #C4C4C4. Windows color (decimal): -11141189 or 12320597. OLE color: 12320597.

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

Color convert

RGB 85 255 187 -
CMYK 0.67 0 0.27 0
HSL 156º 1% 0.67% -
HSV(B) 156º 0.67% 1% -
XYZ 48.48 77.04 59.33 -
YUV 196.42 122.68 48.53 -
System Red Green Blue C M Y K H S L
Decimal 85 255 187 0.67 0 0.27 0 156 1 0.67
Hex 55 FF BB 43 0 1B 0 9C 64 43
Octal 125 377 273 103 0 33 0 234 144 103
Binary 1010101 11111111 10111011 1000011 0 11011 0 10011100 1100100 1000011

Color Harmonies of #55FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FFBB

Black with #55FFBB

Text Example


Text Example

White with #55FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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