#51A27B

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

Shades of Ocean Green #51A27B

Tints of Ocean Green #51A27B

Color information

#51A27B (or 0x51A27B) is unknown color: approx Ocean Green. HEX triplet: 51, A2 and 7B. RGB value is (81,162,123). Sum of RGB (Red+Green+Blue) = 81+162+123=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #51A27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A27B is #AE5D84. Grayscale: #858585. Windows color (decimal): -11427205 or 8102481. OLE color: 8102481.

HSL color Cylindrical-coordinate representation of color #51A27B: hue angle of 151.11º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A27B is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB81162123-
CMYK0.5000.240.36
HSL151.11º33.33%47.65%-
HSV(B)151.11º50%63.53%-
XYZ19.8929.0223.29-
YUV133.33122.1690.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=22.13%
G=44.26%
B=33.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811621230.5000.240.36151.1133.3347.65
Hex51A27B3201824972130
Octal12124217362030442274160
Binary101000110100010111101111001001100010010010010111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,162,123); }

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

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

 a { background-color: rgb(81,162,123); }

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

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

 span { border-color: rgb(81,162,123); }

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