#57926E

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

Shades of Ocean Green #57926E

Tints of Ocean Green #57926E

Color information

#57926E (or 0x57926E) is unknown color: approx Ocean Green. HEX triplet: 57, 92 and 6E. RGB value is (87,146,110). Sum of RGB (Red+Green+Blue) = 87+146+110=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #57926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57926E is #A86D91. Grayscale: #7C7C7C. Windows color (decimal): -11038098 or 7246423. OLE color: 7246423.

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

Color convert

RGB87146110-
CMYK0.4000.250.43
HSL143.39º25.32%45.69%-
HSV(B)143.39º40.41%57.25%-
XYZ17.0223.7118.43-
YUV124.26119.95101.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 146 (57.42% from 255) = 42.57%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=25.36%
G=42.57%
B=32.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871461100.4000.250.43143.3925.3245.69
Hex57926E280192B8f192e
Octal12722215650031532173156
Binary10101111001001011011101010000110011010111000111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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