#55B26D

Color #55B26D Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #55B26D

Tints of Ocean Green #55B26D

Color information

#55B26D (or 0x55B26D) is unknown color: approx Ocean Green. HEX triplet: 55, B2 and 6D. RGB value is (85,178,109). Sum of RGB (Red+Green+Blue) = 85+178+109=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #55B26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B26D is #AA4D92. Grayscale: #8E8E8E. Windows color (decimal): -11160979 or 7189077. OLE color: 7189077.

HSL color Cylindrical-coordinate representation of color #55B26D: hue angle of 135.48º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B26D is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB85178109-
CMYK0.5200.390.30
HSL135.48º37.65%51.57%-
HSV(B)135.48º52.25%69.8%-
XYZ22.4334.8820.02-
YUV142.33109.1987.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.85%
GREEN value IS 178 (69.92% from 255) = 47.85%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=22.85%
G=47.85%
B=29.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal851781090.5200.390.30135.4837.6551.57
Hex55B26D340271E872634
Octal12526215564047362074664
Binary101010110110010110110111010001001111111010000111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,178,109); }

 H1.HeaderClassName
 {
   color: #55B26D;
 }
 .AnyTagClassName
 {
   color: #55B26D;
 }
</style>
background-color css

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

 a { background-color: rgb(85,178,109); }

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

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

 span { border-color: rgb(85,178,109); }

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