#4BB187

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

Shades of Ocean Green #4BB187

Tints of Ocean Green #4BB187

Color information

#4BB187 (or 0x4BB187) is unknown color: approx Ocean Green. HEX triplet: 4B, B1 and 87. RGB value is (75,177,135). Sum of RGB (Red+Green+Blue) = 75+177+135=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB187 is #B44E78. Grayscale: #8D8D8D. Windows color (decimal): -11816569 or 8892747. OLE color: 8892747.

HSL color Cylindrical-coordinate representation of color #4BB187: hue angle of 155.29º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB187 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB75177135-
CMYK0.5800.240.31
HSL155.29º40.48%49.41%-
HSV(B)155.29º57.63%69.41%-
XYZ2334.6928.41-
YUV141.71124.2180.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.38%
GREEN value IS 177 (69.53% from 255) = 45.74%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=19.38%
G=45.74%
B=34.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751771350.5800.240.31155.2940.4849.41
Hex4BB1873A0181F9b2831
Octal11326120772030372335061
Binary100101110110001100001111110100110001111110011011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BB187; }

 p { color: rgb(75,177,135); }

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

<style>
 a { background-color: #4BB187; }

 a { background-color: rgb(75,177,135); }

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

<style>
 span { border-color: #4BB187; }

 span { border-color: rgb(75,177,135); }

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