#4AB283

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

Shades of Ocean Green #4AB283

Tints of Ocean Green #4AB283

Color information

#4AB283 (or 0x4AB283) is unknown color: approx Ocean Green. HEX triplet: 4A, B2 and 83. RGB value is (74,178,131). Sum of RGB (Red+Green+Blue) = 74+178+131=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB283 is #B54D7C. Grayscale: #8D8D8D. Windows color (decimal): -11881853 or 8630858. OLE color: 8630858.

HSL color Cylindrical-coordinate representation of color #4AB283: hue angle of 152.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB283 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB74178131-
CMYK0.5800.260.30
HSL152.88º41.27%49.41%-
HSV(B)152.88º58.43%69.8%-
XYZ22.8434.9427.01-
YUV141.55122.0479.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.32%
GREEN value IS 178 (69.92% from 255) = 46.48%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=19.32%
G=46.48%
B=34.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741781310.5800.260.30152.8841.2749.41
Hex4AB2833A01A1E992931
Octal11226220372032362315161
Binary100101010110010100000111110100110101111010011001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,178,131); }

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

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

 a { background-color: rgb(74,178,131); }

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

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

 span { border-color: rgb(74,178,131); }

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