#5BB07E

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

Shades of Ocean Green #5BB07E

Tints of Ocean Green #5BB07E

Color information

#5BB07E (or 0x5BB07E) is unknown color: approx Ocean Green. HEX triplet: 5B, B0 and 7E. RGB value is (91,176,126). Sum of RGB (Red+Green+Blue) = 91+176+126=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #5BB07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BB07E is #A44F81. Grayscale: #919191. Windows color (decimal): -10768258 or 8302683. OLE color: 8302683.

HSL color Cylindrical-coordinate representation of color #5BB07E: hue angle of 144.71º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BB07E is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB91176126-
CMYK0.4800.280.31
HSL144.71º34.98%52.35%-
HSV(B)144.71º48.3%69.02%-
XYZ23.6134.7825.21-
YUV144.88117.3489.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.16%
GREEN value IS 176 (69.14% from 255) = 44.78%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=23.16%
G=44.78%
B=32.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911761260.4800.280.31144.7134.9852.35
Hex5BB07E3001C1F912334
Octal13326017660034372214364
Binary10110111011000011111101100000111001111110010001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BB07E; }

 p { color: rgb(91,176,126); }

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

<style>
 a { background-color: #5BB07E; }

 a { background-color: rgb(91,176,126); }

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

<style>
 span { border-color: #5BB07E; }

 span { border-color: rgb(91,176,126); }

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