#55B670

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

Shades of Ocean Green #55B670

Tints of Ocean Green #55B670

Color information

#55B670 (or 0x55B670) is unknown color: approx Ocean Green. HEX triplet: 55, B6 and 70. RGB value is (85,182,112). Sum of RGB (Red+Green+Blue) = 85+182+112=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #55B670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B670 is #AA498F. Grayscale: #919191. Windows color (decimal): -11159952 or 7386709. OLE color: 7386709.

HSL color Cylindrical-coordinate representation of color #55B670: hue angle of 136.7º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B670 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB85182112-
CMYK0.5300.380.29
HSL136.7º39.92%52.35%-
HSV(B)136.7º53.3%71.37%-
XYZ23.436.5621.15-
YUV145.02109.3685.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 182 (71.48% from 255) = 48.02%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=22.43%
G=48.02%
B=29.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821120.5300.380.29136.739.9252.35
Hex55B670350261D892834
Octal12526616065046352115064
Binary101010110110110111000011010101001101110110001001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,182,112); }

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

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

 a { background-color: rgb(85,182,112); }

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

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

 span { border-color: rgb(85,182,112); }

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