#55B67E

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

Shades of Ocean Green #55B67E

Tints of Ocean Green #55B67E

Color information

#55B67E (or 0x55B67E) is unknown color: approx Ocean Green. HEX triplet: 55, B6 and 7E. RGB value is (85,182,126). Sum of RGB (Red+Green+Blue) = 85+182+126=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #55B67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B67E is #AA4981. Grayscale: #929292. Windows color (decimal): -11159938 or 8304213. OLE color: 8304213.

HSL color Cylindrical-coordinate representation of color #55B67E: hue angle of 145.36º 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 #55B67E is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB85182126-
CMYK0.5300.310.29
HSL145.36º39.92%52.35%-
HSV(B)145.36º53.3%71.37%-
XYZ24.2436.8925.58-
YUV146.61116.3684.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 182 (71.48% from 255) = 46.31%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=21.63%
G=46.31%
B=32.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821260.5300.310.29145.3639.9252.35
Hex55B67E3501F1D912834
Octal12526617665037352215064
Binary10101011011011011111101101010111111110110010001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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