#47A680

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

Shades of Ocean Green #47A680

Tints of Ocean Green #47A680

Color information

#47A680 (or 0x47A680) is unknown color: approx Ocean Green. HEX triplet: 47, A6 and 80. RGB value is (71,166,128). Sum of RGB (Red+Green+Blue) = 71+166+128=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #47A680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A680 is #B8597F. Grayscale: #858585. Windows color (decimal): -12081536 or 8431175. OLE color: 8431175.

HSL color Cylindrical-coordinate representation of color #47A680: hue angle of 156º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A680 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB71166128-
CMYK0.5700.230.35
HSL156º40.08%46.47%-
HSV(B)156º57.23%65.1%-
XYZ20.1330.1725.18-
YUV133.26125.0383.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.45%
GREEN value IS 166 (65.23% from 255) = 45.48%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=19.45%
G=45.48%
B=35.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711661280.5700.230.3515640.0846.47
Hex47A68039017239c282e
Octal10724620071027432345056
Binary1000111101001101000000011100101011110001110011100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,166,128); }

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

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

 a { background-color: rgb(71,166,128); }

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

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

 span { border-color: rgb(71,166,128); }

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