#51926E

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

Shades of Ocean Green #51926E

Tints of Ocean Green #51926E

Color information

#51926E (or 0x51926E) is unknown color: approx Ocean Green. HEX triplet: 51, 92 and 6E. RGB value is (81,146,110). Sum of RGB (Red+Green+Blue) = 81+146+110=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #51926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51926E is #AE6D91. Grayscale: #7A7A7A. Windows color (decimal): -11431314 or 7246417. OLE color: 7246417.

HSL color Cylindrical-coordinate representation of color #51926E: hue angle of 146.77º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51926E is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB81146110-
CMYK0.4500.250.43
HSL146.77º28.63%44.51%-
HSV(B)146.77º44.52%57.25%-
XYZ16.4923.4318.41-
YUV122.46120.9798.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=24.04%
G=43.32%
B=32.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811461100.4500.250.43146.7728.6344.51
Hex51926E2D0192B931d2d
Octal12122215655031532233555
Binary10100011001001011011101011010110011010111001001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51926E; }

 p { color: rgb(81,146,110); }

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

<style>
 a { background-color: #51926E; }

 a { background-color: rgb(81,146,110); }

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

<style>
 span { border-color: #51926E; }

 span { border-color: rgb(81,146,110); }

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