#43A46E

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

Shades of Ocean Green #43A46E

Tints of Ocean Green #43A46E

Color information

#43A46E (or 0x43A46E) is unknown color: approx Ocean Green. HEX triplet: 43, A4 and 6E. RGB value is (67,164,110). Sum of RGB (Red+Green+Blue) = 67+164+110=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #43A46E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A46E is #BC5B91. Grayscale: #808080. Windows color (decimal): -12344210 or 7251011. OLE color: 7251011.

HSL color Cylindrical-coordinate representation of color #43A46E: hue angle of 146.6º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A46E is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB67164110-
CMYK0.5900.330.36
HSL146.6º41.99%45.29%-
HSV(B)146.6º59.15%64.31%-
XYZ18.428.8719.35-
YUV128.84117.3683.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.65%
GREEN value IS 164 (64.45% from 255) = 48.09%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=19.65%
G=48.09%
B=32.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671641100.5900.330.36146.641.9945.29
Hex43A46E3B02124932a2d
Octal10324415673041442235255
Binary1000011101001001101110111011010000110010010010011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43A46E; }

 p { color: rgb(67,164,110); }

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

<style>
 a { background-color: #43A46E; }

 a { background-color: rgb(67,164,110); }

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

<style>
 span { border-color: #43A46E; }

 span { border-color: rgb(67,164,110); }

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