#47AB81

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

Shades of Ocean Green #47AB81

Tints of Ocean Green #47AB81

Color information

#47AB81 (or 0x47AB81) is unknown color: approx Ocean Green. HEX triplet: 47, AB and 81. RGB value is (71,171,129). Sum of RGB (Red+Green+Blue) = 71+171+129=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AB81 is #B8547E. Grayscale: #888888. Windows color (decimal): -12080255 or 8497991. OLE color: 8497991.

HSL color Cylindrical-coordinate representation of color #47AB81: hue angle of 154.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AB81 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB71171129-
CMYK0.5800.250.33
HSL154.8º41.32%47.45%-
HSV(B)154.8º58.48%67.06%-
XYZ21.1232.0525.84-
YUV136.31123.8781.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 171 (67.19% from 255) = 46.09%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=19.14%
G=46.09%
B=34.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711711290.5800.250.33154.841.3247.45
Hex47AB813A019219b292f
Octal10725320172031412335157
Binary1000111101010111000000111101001100110000110011011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47AB81; }

 p { color: rgb(71,171,129); }

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

<style>
 a { background-color: #47AB81; }

 a { background-color: rgb(71,171,129); }

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

<style>
 span { border-color: #47AB81; }

 span { border-color: rgb(71,171,129); }

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