#47AB83

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

Shades of Ocean Green #47AB83

Tints of Ocean Green #47AB83

Color information

#47AB83 (or 0x47AB83) is unknown color: approx Ocean Green. HEX triplet: 47, AB and 83. RGB value is (71,171,131). Sum of RGB (Red+Green+Blue) = 71+171+131=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AB83 is #B8547C. Grayscale: #888888. Windows color (decimal): -12080253 or 8629063. OLE color: 8629063.

HSL color Cylindrical-coordinate representation of color #47AB83: hue angle of 156º 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 #47AB83 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB71171131-
CMYK0.5800.230.33
HSL156º41.32%47.45%-
HSV(B)156º58.48%67.06%-
XYZ21.2632.126.55-
YUV136.54124.8781.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.03%
GREEN value IS 171 (67.19% from 255) = 45.84%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=19.03%
G=45.84%
B=35.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711711310.5800.230.3315641.3247.45
Hex47AB833A017219c292f
Octal10725320372027412345157
Binary1000111101010111000001111101001011110000110011100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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