#51AF67

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

Shades of Ocean Green #51AF67

Tints of Ocean Green #51AF67

Color information

#51AF67 (or 0x51AF67) is unknown color: approx Ocean Green. HEX triplet: 51, AF and 67. RGB value is (81,175,103). Sum of RGB (Red+Green+Blue) = 81+175+103=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AF67 is #AE5098. Grayscale: #8A8A8A. Windows color (decimal): -11423897 or 6795089. OLE color: 6795089.

HSL color Cylindrical-coordinate representation of color #51AF67: hue angle of 134.04º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AF67 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB81175103-
CMYK0.5400.410.31
HSL134.04º37.01%50.2%-
HSV(B)134.04º53.71%68.63%-
XYZ21.1733.3918.16-
YUV138.69107.8686.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 175 (68.75% from 255) = 48.75%
BLUE value IS 103 (40.62% from 255) = 28.69%
R=22.56%
G=48.75%
B=28.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751030.5400.410.31134.0437.0150.2
Hex51AF67360291F862532
Octal12125714766051372064562
Binary101000110101111110011111011001010011111110000110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51AF67; }

 p { color: rgb(81,175,103); }

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

<style>
 a { background-color: #51AF67; }

 a { background-color: rgb(81,175,103); }

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

<style>
 span { border-color: #51AF67; }

 span { border-color: rgb(81,175,103); }

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