#4BB868

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

Shades of Ocean Green #4BB868

Tints of Ocean Green #4BB868

Color information

#4BB868 (or 0x4BB868) is unknown color: approx Ocean Green. HEX triplet: 4B, B8 and 68. RGB value is (75,184,104). Sum of RGB (Red+Green+Blue) = 75+184+104=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB868 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB868 is #B44797. Grayscale: #8E8E8E. Windows color (decimal): -11814808 or 6862923. OLE color: 6862923.

HSL color Cylindrical-coordinate representation of color #4BB868: hue angle of 135.96º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB868 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB75184104-
CMYK0.5900.430.28
HSL135.96º43.43%50.78%-
HSV(B)135.96º59.24%72.16%-
XYZ22.5436.7819.01-
YUV142.29106.3980-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 184 (72.27% from 255) = 50.69%
BLUE value IS 104 (41.02% from 255) = 28.65%
R=20.66%
G=50.69%
B=28.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751841040.5900.430.28135.9643.4350.78
Hex4BB8683B02B1C882b33
Octal11327015073053342105363
Binary100101110111000110100011101101010111110010001000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,184,104); }

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

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

 a { background-color: rgb(75,184,104); }

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

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

 span { border-color: rgb(75,184,104); }

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