#4BA27C

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

Shades of Ocean Green #4BA27C

Tints of Ocean Green #4BA27C

Color information

#4BA27C (or 0x4BA27C) is unknown color: approx Ocean Green. HEX triplet: 4B, A2 and 7C. RGB value is (75,162,124). Sum of RGB (Red+Green+Blue) = 75+162+124=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA27C is #B45D83. Grayscale: #838383. Windows color (decimal): -11820420 or 8168011. OLE color: 8168011.

HSL color Cylindrical-coordinate representation of color #4BA27C: hue angle of 153.79º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA27C is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB75162124-
CMYK0.5400.230.36
HSL153.79º36.71%46.47%-
HSV(B)153.79º53.7%63.53%-
XYZ19.4628.7923.6-
YUV131.66123.6887.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.78%
GREEN value IS 162 (63.67% from 255) = 44.88%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=20.78%
G=44.88%
B=34.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751621240.5400.230.36153.7936.7146.47
Hex4BA27C36017249a252e
Octal11324217466027442324556
Binary100101110100010111110011011001011110010010011010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,162,124); }

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

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

 a { background-color: rgb(75,162,124); }

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

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

 span { border-color: rgb(75,162,124); }

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